diff --git a/rebar.config b/rebar.config index 2b6f09e..e2c3ed3 100644 --- a/rebar.config +++ b/rebar.config @@ -12,7 +12,7 @@ {lager, ".*", {git, "git://github.com/basho/lager.git", {tag,"3.0.2"}}}, {parse_trans, ".*", {git, "git://github.com/uwiger/parse_trans.git", {tag,"2.9.2"}}}, {meck, ".*", {git, "git://github.com/eproxus/meck.git", {tag,"0.8.2"}}}, - {folsom, ".*", {git, "git://github.com/boundary/folsom", {tag, "0.8.2"}}}, + {folsom, ".*", {git, "git://github.com/folsom-project/folsom", "38e2cce"}}, % this used to be tag 0.8.2 {setup, ".*", {git, "git://github.com/uwiger/setup.git", {tag,"1.6"}}} ]}.