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:
parent
5b6b9a7a69
commit
2273974232
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Reference in New Issue