Skip to content

Commit

Permalink
Update deps to tags for 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredmorrow committed Aug 29, 2014
1 parent 560716f commit f813d09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

{deps, [
{meck, "0.8.1", {git, "git://github.com/basho/meck.git", {tag, "0.8.1"}}},
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {branch, "develop"}}}
{cuttlefish, ".*", {git, "git://github.com/basho/cuttlefish.git", {tag, "2.0.0"}}}
]}.

{port_env,
{port_env,
[
{"DRV_CFLAGS",
{"DRV_CFLAGS",
"-g -Wall -fPIC -errors $ERL_CFLAGS"},

%% Solaris specific flags
Expand Down

0 comments on commit f813d09

Please sign in to comment.