Skip to content

Commit

Permalink
elixir: use 0.2.1 now its released
Browse files Browse the repository at this point in the history
  • Loading branch information
dch committed May 1, 2017
1 parent 42188bc commit 3f46962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elixir/mix.exs
Expand Up @@ -28,7 +28,7 @@ defmodule RabbitmqTutorials.Mixfile do
# Type "mix help deps" for more examples and options
defp deps do
[
{:amqp, "~> 0.2.0-pre.2"},
{:amqp, "~> 0.2.1"},
]
end
end

0 comments on commit 3f46962

Please sign in to comment.