From f992f64ec0d2b11eb7cbc6ee6d857b5dc2653752 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Fri, 26 Jun 2020 01:31:58 +0300 Subject: [PATCH] Bump listed version requirements Technically we support Elixir 1.9 but let's recommend the latest and greatest. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24e7c2f4..a9a29173 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Please use the version of CLI tools that come with the RabbitMQ distribution ver Building this project requires - * Erlang/OTP 20.3 (or later) - * [Elixir](https://elixir-lang.org/) 1.7.0 (or later). + * Erlang/OTP 21.3 (or later) + * [Elixir](https://elixir-lang.org/) 1.10.0 (or later). Command line tools depend on [rabbitmq-common](https://github.com/rabbitmq/rabbitmq-common). Dependencies are being resolved by `erlang.mk`