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.
This commit is contained in:
Jean-Sébastien Pédron 2019-05-16 23:18:14 +02:00
parent fc374f01f8
commit 0ac8e646b8
1 changed files with 1 additions and 1 deletions

View File

@ -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},