From 47abc2ead21f8aaeea8ec94c2548d5617402f611 Mon Sep 17 00:00:00 2001 From: Tino Breddin Date: Mon, 28 Dec 2015 11:12:17 +0100 Subject: [PATCH] Switch folsom dependency to maintained fork --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}}} ]}.