Skip to content

Commit 4bb6810

Browse files
committed
chore: bump dependency cuttlefish version to 3.3.8
cuttlefish is only used in ci (as a test dependency). Older version had an old rebar3 which no longer runs on OTP 25
1 parent e653d73 commit 4bb6810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rebar.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
{test, [
3434
{deps, [
3535
{proper, "1.4.0"},
36-
{cuttlefish, {git, "https://github.com/emqx/cuttlefish.git", {tag, "v3.3.5"}}},
36+
{cuttlefish, {git, "https://github.com/emqx/cuttlefish.git", {tag, "v3.3.8"}}},
3737
{erlymatch, {git, "https://github.com/zmstone/erlymatch.git", {tag, "1.1.0"}}}
3838
]},
3939
{extra_src_dirs, ["sample-configs", "sample-schemas", "_build/test/lib/cuttlefish/test"]},
4040
{erl_opts, [{i, "_build/test/lib/cuttlefish/include"}]}
4141
]},
4242
{cuttlefish, [
43-
{deps, [{cuttlefish, {git, "https://github.com/emqx/cuttlefish.git", {tag, "v3.3.4"}}}]},
43+
{deps, [{cuttlefish, {git, "https://github.com/emqx/cuttlefish.git", {tag, "v3.3.8"}}}]},
4444
{erl_opts, [{d, 'CUTTLEFISH_CONVERTER', true}]}
4545
]},
4646
{es, [

0 commit comments

Comments
 (0)