Skip to content

Commit 0fc7d3d

Browse files
committed
rebar.config: Update relaxed dependency versions for Rebar3
1 parent ed05465 commit 0fc7d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
{erl_opts, [debug_info, {src_dirs, ["src"]}, {i, "include"}]}.
2424

25-
{deps, [{xmpp, ".*", {git, "https://github.com/processone/xmpp", {tag, "1.8.1"}}}]}.
25+
{deps, [{xmpp, "~> 1.8.0", {git, "https://github.com/processone/xmpp", {tag, "1.8.1"}}}]}.
2626

2727
{cover_enabled, true}.
2828
{cover_export_enabled, true}.

0 commit comments

Comments
 (0)