Skip to content

Commit 6e0ff72

Browse files
committed
Set rebar.config deps back to 2.0 branches
1 parent 2c9c5a5 commit 6e0ff72

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
@@ -9,7 +9,7 @@
99
{erl_opts, [warnings_as_errors, {parse_transform, lager_transform}, debug_info]}.
1010

1111
{deps, [
12-
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.0"}}}
12+
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "2.0"}}}
1313
]}.
1414

1515
{port_env, [

0 commit comments

Comments
 (0)