From f813d093053a1c14795764eb78606f1c18df98ef Mon Sep 17 00:00:00 2001 From: Jared Morrow Date: Fri, 29 Aug 2014 16:08:13 -0600 Subject: [PATCH] Update deps to tags for 2.0 --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 9d6291b7..1f9ae955 100644 --- a/rebar.config +++ b/rebar.config @@ -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