Skip to content

Commit 105f2c0

Browse files
mkuratczykmergify[bot]
authored andcommitted
Allow Elixir 1.19
(cherry picked from commit 0e172a9) (cherry picked from commit 5a58306)
1 parent 7fd92f5 commit 105f2c0

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: "4.0.0-dev",
14-
elixir: ">= 1.13.4 and < 1.19.0",
14+
elixir: ">= 1.13.4 and < 1.20.0",
1515
build_embedded: Mix.env() == :prod,
1616
start_permanent: Mix.env() == :prod,
1717
escript: [

0 commit comments

Comments
 (0)