Skip to content

Commit

Permalink
Merge pull request #11529 from VlkrS/patch-2
Browse files Browse the repository at this point in the history
Allow elixir 1.17.x
  • Loading branch information
michaelklishin committed Jun 22, 2024
2 parents 9aa326c + 732a75d commit b9bbf69
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: "3.13.0-dev",
elixir: ">= 1.13.4 and < 1.17.0",
elixir: ">= 1.13.4 and < 1.18.0",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
escript: [
Expand Down

0 comments on commit b9bbf69

Please sign in to comment.