From: Siraaj Khandkar Date: Sun, 4 Oct 2015 18:34:58 +0000 (-0400) Subject: Upgrade hope to 3.8.1 X-Git-Url: https://git.xandkar.net/?p=erlang-x-plane-data.git;a=commitdiff_plain;h=c9410825c5416a62558ac6bd108a1dbe6ffbc3c6 Upgrade hope to 3.8.1 Which uses no dependencies --- 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"}}} ] }.