Skip to content

Commit 70ac0cf

Browse files
author
Alex Valiushko
committed
bump elixir to 1.17
1 parent a9ced75 commit 70ac0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule RabbitMQCtl.MixfileBase do
1111
[
1212
app: :rabbitmqctl,
1313
version: "3.13.0-dev",
14-
elixir: ">= 1.13.4 and < 1.16.0",
14+
elixir: ">= 1.13.4 and < 1.17.0",
1515
build_embedded: Mix.env() == :prod,
1616
start_permanent: Mix.env() == :prod,
1717
escript: [

0 commit comments

Comments
 (0)