From 78bb08c4f834041fc3ffebbc504a7af8ac303571 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Thu, 7 Jul 2016 16:14:40 -0500 Subject: [PATCH] Use the qdate_localtime hex package for rebar3 --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 3956058..a7c1af0 100644 --- a/rebar.config +++ b/rebar.config @@ -5,5 +5,5 @@ {deps, [ erlware_commons, - {qdate_localtime, {git, "https://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}} + qdate_localtime ]}.