Skip to content

Commit

Permalink
Update redix to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Gurgel committed Dec 22, 2015
1 parent 1626bbf commit f552b06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defmodule Verk.Mixfile do
end

defp deps do
[{ :redix, "~> 0.1.0" },
[{ :redix, "~> 0.3.3" },
{ :poison, "~> 1.5" },
{ :timex, "~> 0.19" },
{ :poolboy, "~> 1.5.1" },
Expand Down
4 changes: 2 additions & 2 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%{"certifi": {:hex, :certifi, "0.3.0"},
"combine": {:hex, :combine, "0.5.2"},
"connection": {:hex, :connection, "1.0.1"},
"connection": {:hex, :connection, "1.0.2"},
"earmark": {:hex, :earmark, "0.1.19"},
"ex_doc": {:hex, :ex_doc, "0.8.4"},
"excoveralls": {:hex, :excoveralls, "0.4.3"},
Expand All @@ -12,7 +12,7 @@
"mimerl": {:hex, :mimerl, "1.0.2"},
"poison": {:hex, :poison, "1.5.0"},
"poolboy": {:hex, :poolboy, "1.5.1"},
"redix": {:hex, :redix, "0.1.0"},
"redix": {:hex, :redix, "0.3.3"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.5"},
"timex": {:hex, :timex, "0.19.2"},
"tzdata": {:hex, :tzdata, "0.1.7"}}

0 comments on commit f552b06

Please sign in to comment.