We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 013b1c5 + e597836 commit eb979eeCopy full SHA for eb979ee
rebar.config
@@ -9,7 +9,7 @@
9
{xref_queries, [{"(XC - UC) || (XU - X - B - cluster_info : Mod)", []}]}.
10
11
{deps, [
12
- {lager, "2.0.3", {git, "git://github.com/basho/lager.git", {tag, "2.0.3"}}},
+ {lager, "(2.0|2.1|2.2).*", {git, "git://github.com/basho/lager.git", {tag, "2.2.0"}}},
13
{ranch, "0.4.0-p1", {git, "git://github.com/basho/ranch.git", {tag, "0.4.0-p1"}}},
14
{ebloom, ".*", {git, "git://github.com/basho/ebloom.git", {tag, "2.0.0"}}},
15
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {branch, "2.1"}}},
0 commit comments