From a69056c35ec68763ef811aa8439cca111e6e60ac Mon Sep 17 00:00:00 2001 From: Erik Stenman Date: Mon, 25 Feb 2019 16:42:32 +0100 Subject: [PATCH] Change aebytecode branch ref to a tag. --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index b0e38dc..f3095ec 100644 --- a/rebar.config +++ b/rebar.config @@ -3,7 +3,7 @@ {erl_opts, [debug_info]}. {deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", - {branch,"fortuna"}}} + {tag,"v2.0.0"}}} , {getopt, "1.0.1"} , {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}