Allow for Elixir 1.9

This commit is contained in:
Michael Klishin 2019-06-25 08:41:01 +02:00
parent 5d5d9843d0
commit 2e14e090ad
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ defmodule RabbitMQCtl.MixfileBase do
[
app: :rabbitmqctl,
version: "3.8.0-dev",
elixir: ">= 1.6.6 and < 1.9.0",
elixir: ">= 1.6.6 and < 1.10.0",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
escript: [main_module: RabbitMQCtl,