Skip to content

Commit f813d09

Browse files
committed
Update deps to tags for 2.0
1 parent 560716f commit f813d09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rebar.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
{deps, [
55
{meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
6-
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}}
6+
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.0"}}}
77
]}.
88

9-
{port_env,
9+
{port_env,
1010
[
11-
{"DRV_CFLAGS",
11+
{"DRV_CFLAGS",
1212
"-g -Wall -fPIC -errors $ERL_CFLAGS"},
1313

1414
%% Solaris specific flags

0 commit comments

Comments
 (0)