Skip to content

Commit

Permalink
add in crypto dep for release compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
benwilson512 committed Jun 26, 2015
1 parent b1f4be0 commit 721ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule ExAws.Mixfile do
end

def application do
[applications: [:logger, :timex],
[applications: [:logger, :timex, :crypto],
mod: {ExAws, []}]
end

Expand Down

0 comments on commit 721ab68

Please sign in to comment.