Skip to content

Commit 09f900e

Browse files
Fixing CR comments
1 parent 468a023 commit 09f900e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

rebar.config

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
{ deps, [
88
{amoc_arsenal, {git, "https://github.com/esl/amoc-arsenal.git", {branch, "main"}}},
99
{escalus, "4.4.0"},
10+
{exml, "~> 4.0", {pkg, hexml}},
1011
{gun, "2.1.0"},
1112
{fusco, "0.1.1"}
1213
]}.

rebar.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.13.0">>},1},
1515
{<<"docsh">>,{pkg,<<"docsh">>,<<"0.7.2">>},1},
1616
{<<"escalus">>,{pkg,<<"escalus">>,<<"4.4.0">>},0},
17-
{<<"exml">>,{pkg,<<"hexml">>,<<"4.0.0">>},1},
17+
{<<"exml">>,{pkg,<<"hexml">>,<<"4.0.0">>},0},
1818
{<<"exometer_core">>,
1919
{git,"https://github.com/esl/exometer_core.git",
2020
{ref,"123daa053a4abb3ff4bdbf52f08344da535294e9"}},

0 commit comments

Comments
 (0)