diff --git a/public.rebar.config b/public.rebar.config index 1d117b31..7a0dd15a 100644 --- a/public.rebar.config +++ b/public.rebar.config @@ -4,7 +4,7 @@ [{redis, "", {git, "git://github.com/JacobVorreuter/redis_pool.git", "master"}} ,{mochiweb, "", {git, "git://github.com/mochi/mochiweb.git", "master"}} ,{pagerduty, "", {git, "git://github.com/JacobVorreuter/pagerduty.git", "master"}} - ,{redgrid, "", {git, "git://github.com/JacobVorreuter/redgrid.git", "stable"}} + ,{redgrid, "", {git, "git://github.com/JacobVorreuter/redgrid.git", {tag, "v1.0.1"}}} ,{redo, "^1.1", {git, "git://github.com/JacobVorreuter/redo.git", "7c7eaef4cd65271e2fc4ea88587e848407cf0762"}} ,{nsync, "", {git, "git://github.com/JacobVorreuter/nsync.git", "cb76900cd7443b845f9ea38c7712f603debfc844"}} ,{cowboy, "", {git, "git://github.com/heroku/cowboy.git", "client_improvements"}} diff --git a/rebar.config b/rebar.config index 0801c4db..110b3509 100644 --- a/rebar.config +++ b/rebar.config @@ -4,7 +4,7 @@ [{redis, "", {git, "git@git.herokai.com:erlang_redis_pool.git", "master"}} ,{mochiweb, "", {git, "git@git.herokai.com:mochiweb.git", "master"}} ,{pagerduty, "", {git, "git@git.herokai.com:erlang_pagerduty.git", "master"}} - ,{redgrid, "", {git, "git@git.herokai.com:redgrid.git", "redis_timeout_fix"}} + ,{redgrid, "", {git, "git@git.herokai.com:redgrid.git", {tag, "v1.0.1"}}} ,{redo, "^1.1", {git, "git@git.herokai.com:redo.git", "7c7eaef4cd65271e2fc4ea88587e848407cf0762"}} ,{nsync, "", {git, "git@git.herokai.com:nsync.git", "cb76900cd7443b845f9ea38c7712f603debfc844"}} ,{cowboy, "", {git, "git@git.herokai.com:cowboy.git", "client_improvements"}}