Skip to content

Commit ce539a3

Browse files
VlkrSmichaelklishin
authored andcommitted
CLI build system: manually backport #12928
1 parent 3f61b9c commit ce539a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/mix.exs

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

0 commit comments

Comments
 (0)