From 0ac8e646b80a007b78b535a35ef17ad4bc2df58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20P=C3=A9dron?= Date: Thu, 16 May 2019 23:18:14 +0200 Subject: [PATCH] mix.exs: Use `michaelklishin/observer_cli` fork This fork depends on recon 2.5.0 which can be built with mix(1) directly. This is a temporary change until there is a new release of observer_cli with the updated version of recon. --- deps/rabbitmq_cli/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbitmq_cli/mix.exs b/deps/rabbitmq_cli/mix.exs index 8a6e11fee0..14bd7e4e0c 100644 --- a/deps/rabbitmq_cli/mix.exs +++ b/deps/rabbitmq_cli/mix.exs @@ -89,7 +89,7 @@ defmodule RabbitMQCtl.MixfileBase do {:json, "~> 1.2.0"}, {:csv, "~> 2.0.0"}, {:stdout_formatter, "~> 0.2.3"}, - {:observer_cli, "~> 1.4.5"}, + {:observer_cli, git: "https://github.com/michaelklishin/observer_cli", branch: "recon-2.5.0"}, {:amqp, "~> 1.2.0", only: :test}, {:dialyxir, "~> 0.5", only: :test, runtime: false},