Skip to content

Commit

Permalink
update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
flupke committed Jul 7, 2015
1 parent 5091705 commit ae4561b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ defmodule Raven.Mixfile do

defp deps do
[
{:hackney, "~> 0.14.1"},
{:uuid, "~> 0.1.5"},
{:poison, "~> 1.2.0"}
{:hackney, "~> 1.2.0"},
{:uuid, "~> 1.0"},
{:poison, "~> 1.4.0"}
]
end

Expand Down
9 changes: 5 additions & 4 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
%{"hackney": {:package, "0.14.1"},
"idna": {:package, "1.0.1"},
"poison": {:package, "1.2.0"},
"uuid": {:package, "0.1.5"}}
%{"hackney": {:hex, :hackney, "1.2.0"},
"idna": {:hex, :idna, "1.0.2"},
"poison": {:hex, :poison, "1.4.0"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"},
"uuid": {:hex, :uuid, "1.0.1"}}

0 comments on commit ae4561b

Please sign in to comment.