From e51375dbc7a5368e82c4dc35dae9031afebc8217 Mon Sep 17 00:00:00 2001 From: Benjamin Anderson Date: Mon, 3 Feb 2014 14:41:34 -0800 Subject: [PATCH] Bump folsom dependency --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 46f1ef1..d5e617d 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ {folsom, ".*", {git, "https://github.com/boundary/folsom.git", - {tag, "0.8.0"}}} + {tag, "0.8.1"}}} ]}.