Skip to content

Commit ad76b8b

Browse files
Alex Valiushkomergify[bot]
authored andcommitted
bump elixir to 1.17
(cherry picked from commit 70ac0cf) # Conflicts: # deps/rabbitmq_cli/mix.exs
1 parent d889d20 commit ad76b8b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

deps/rabbitmq_cli/mix.exs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ defmodule RabbitMQCtl.MixfileBase do
1010
def project do
1111
[
1212
app: :rabbitmqctl,
13+
<<<<<<< HEAD
1314
version: "3.12.1",
1415
elixir: ">= 1.13.4 and < 1.16.0",
16+
=======
17+
version: "3.13.0-dev",
18+
elixir: ">= 1.13.4 and < 1.17.0",
19+
>>>>>>> 70ac0cf3c5 (bump elixir to 1.17)
1520
build_embedded: Mix.env() == :prod,
1621
start_permanent: Mix.env() == :prod,
1722
escript: [

0 commit comments

Comments
 (0)