From 38817bc250aa358a455cbd79f9647224f01121df Mon Sep 17 00:00:00 2001 From: Shawn Debnath Date: Wed, 7 Oct 2015 18:21:50 -0700 Subject: [PATCH] Updating dependencies and switching to tags instead of ref. --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 477e81c..c7dba3e 100644 --- a/rebar.config +++ b/rebar.config @@ -1,9 +1,9 @@ {erl_opts, [warnings_as_errors]}. {deps, [ {jiffy, ".*", {git, "git://github.com/davisp/jiffy", - {tag, "d16a4fd968e000b65e4678cccfad68d7a0a8bd1c"}}}, + {tag, "0.14.3"}}}, {base64url, ".*", {git, "git://github.com/dvv/base64url.git", - {tag, "bab9f431693a8888528d5c2db933c6f222c6fd44"}}}, + {tag, "v1.0"}}}, {ej, ".*", {git, "git://github.com/seth/ej.git", - {tag, "0332523799fdbab4b7c8e87074dcf57bb15005a6"}}} + {tag, "0.0.3"}}} ]}.