Skip to content

Commit 7a95f69

Browse files
Elixir: update RabbitMQ client to 3.3
To match rabbitmq/rabbitmq-website#1714 by @mkumm
1 parent d919897 commit 7a95f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elixir/mix.exs

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ defmodule RabbitmqTutorials.Mixfile do
33

44
def project do
55
[app: :rabbitmq_tutorials,
6-
version: "0.0.1",
7-
elixir: "~> 1.1",
6+
version: "1.0.0",
7+
elixir: "~> 1.5",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,
1010
deps: deps()]
@@ -28,7 +28,7 @@ defmodule RabbitmqTutorials.Mixfile do
2828
# Type "mix help deps" for more examples and options
2929
defp deps do
3030
[
31-
{:amqp, "~> 1.1"},
31+
{:amqp, "~> 3.3"},
3232
]
3333
end
3434
end

0 commit comments

Comments
 (0)