From 3637af739994d7a9b41b08d4b4085e611d4ed6e8 Mon Sep 17 00:00:00 2001 From: Nelson Vides Date: Wed, 19 May 2021 11:15:35 +0200 Subject: [PATCH] Upgrade testing dependencies --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 1d516ed..52e1b87 100644 --- a/rebar.config +++ b/rebar.config @@ -4,8 +4,8 @@ {test, [ {erl_opts, []}, {deps, [ - {base16, "1.0.0"}, - {proper, "1.3.0"} + {base16, "2.0.0"}, + {proper, "1.4.0"} ]}, {plugins, [ {rebar3_codecov, "0.2.0"}