mix.exs: Ensure we pull observer_cli 1.4.5

This is the one which can be built with mix(1).
This commit is contained in:
Jean-Sébastien Pédron 2019-05-15 07:47:13 +02:00
parent 5b6b9a7a69
commit 2273974232
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.4"},
{:observer_cli, "~> 1.4.5"},
{:amqp, "~> 1.2.0", only: :test},
{:dialyxir, "~> 0.5", only: :test, runtime: false},