From 41eafce4813c2c2ce4e9cfc09f77bddacc358c49 Mon Sep 17 00:00:00 2001 From: Michael Uvarov Date: Mon, 30 Oct 2017 13:43:46 +0100 Subject: [PATCH] Update parse_trans dependency --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 99d8061..6eaa333 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {deps, [ - {parse_trans, "2.5.5", {git, "https://github.com/esl/parse_trans.git", {tag, "2.5.5"}}} -]}. \ No newline at end of file + {parse_trans, "3.1.0", {git, "https://github.com/uwiger/parse_trans.git", {tag, "3.1.0"}}} +]}.