Skip to content

Commit

Permalink
Merge pull request #12928 from VlkrS/main
Browse files Browse the repository at this point in the history
Allow building CLI with elixir 1.18.x
  • Loading branch information
michaelklishin authored Dec 12, 2024
2 parents 22d6e74 + 5086e28 commit fdfbaf8
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 fdfbaf8

Please sign in to comment.