From e0dd64cd228f31a48ea682a6175ed384b6134b28 Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Mon, 17 Apr 2023 17:49:05 +0300 Subject: [PATCH] Upgrade aebytecode dep --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index e3ee5a1..dcc0ea5 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {erl_opts, [debug_info]}. -{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref, "3d75a9a"}}} +{deps, [ {aebytecode, {git, "https://github.com/aeternity/aebytecode.git", {ref, "e50b4eb"}}} , {getopt, "1.0.1"} , {eblake2, "1.0.0"} , {jsx, {git, "https://github.com/talentdeficit/jsx.git", {tag, "2.8.0"}}}