Skip to content

Commit 1ffae77

Browse files
committed
Bump CLI deps, remove dialyxir
1 parent 09a95a5 commit 1ffae77

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

deps/rabbitmq_cli/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@ PROJECT = rabbitmq_cli
22

33
BUILD_DEPS = rabbit_common
44
DEPS = csv json observer_cli stdout_formatter
5-
TEST_DEPS = amqp amqp_client dialyxir temp x509 rabbit
5+
TEST_DEPS = amqp amqp_client temp x509 rabbit
66

7-
dep_amqp = hex 2.1.1
8-
dep_csv = hex 3.0.5
9-
dep_dialyxir = hex 0.5.1
7+
dep_amqp = hex 3.3.0
8+
dep_csv = hex 3.2.0
109
dep_json = hex 1.4.1
1110
dep_temp = hex 0.4.7
12-
dep_x509 = hex 0.7.0
11+
dep_x509 = hex 0.8.8
1312

1413
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk
1514
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk

deps/rabbitmq_cli/mix.exs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@ defmodule RabbitMQCtl.MixfileBase do
172172
:amqp,
173173
path: Path.join(deps_dir, "amqp")
174174
},
175-
{
176-
:dialyxir,
177-
path: Path.join(deps_dir, "dialyxir"), runtime: false
178-
},
179175
{
180176
:rabbit,
181177
path: Path.join(deps_dir, "rabbit"),

0 commit comments

Comments
 (0)