Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kapkov committed Dec 26, 2014
1 parent ca751b1 commit 99f95a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ defmodule Faker.Mixfile do

defp deps do
[
{ :poison, "~> 1.1.1" }
{ :poison, "~> 1.3.0" }
]
end

Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
@@ -1 +1 @@
%{"poison": {:hex, :poison, "1.1.1"}}
%{"poison": {:hex, :poison, "1.3.0"}}

0 comments on commit 99f95a0

Please sign in to comment.