Skip to content

Commit

Permalink
Allow building CLI with elixir 1.18.x
Browse files Browse the repository at this point in the history
Tested with elixir 1.18.0-rc0
  • Loading branch information
VlkrS authored Dec 12, 2024
1 parent 22d6e74 commit 5086e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbitmq_cli/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule RabbitMQCtl.MixfileBase do
[
app: :rabbitmqctl,
version: "4.0.0-dev",
elixir: ">= 1.13.4 and < 1.18.0",
elixir: ">= 1.13.4 and < 1.19.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
escript: [
Expand Down

0 comments on commit 5086e28

Please sign in to comment.