From c9410825c5416a62558ac6bd108a1dbe6ffbc3c6 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sun, 4 Oct 2015 14:34:58 -0400 Subject: [PATCH] Upgrade hope to 3.8.1 Which uses no dependencies --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 59dea81..c394a6c 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %%% vim: set filetype=erlang: { deps -, [ {hope , ".*" , {git , "https://github.com/ibnfirnas/hope.git" , {tag , "3.7.0"}}} +, [ {hope , ".*" , {git , "https://github.com/ibnfirnas/hope.git" , {tag , "3.8.1"}}} ] }. -- 2.20.1