From fd493ecf3d48339e5971d8b26ceffbc904c9b2d1 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Wed, 6 Jul 2016 17:40:16 -0500 Subject: [PATCH] Reflect the qdate_localtime in rebar.script --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index a94f082..1b3f8ad 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -10,6 +10,6 @@ case erlang:function_exported(rebar3, main, 1) of %% profiles [{deps, [ {erlware_commons, "", {git, "git://github.com/erlware/erlware_commons", {tag, "v0.15.0"}}}, - {erlang_localtime, "", {git, "git://github.com/choptastic/erlang_localtime", {branch, master}}} + {qdate_localtime, "", {git, "git://github.com/choptastic/qdate_localtime", {tag, "1.1.0"}}} ]} | lists:keydelete(deps, 1, CONFIG)] end.