From fe9120696e95dac8389a0ce7581a4c5fada08101 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Thu, 7 Jul 2016 11:59:42 -0500 Subject: [PATCH] Use cf 0.2.2 with rebar2 cf 0.2.0 doesn't compile with rebar2, but 0.2.2 (recently tagged) works and passes tests. --- rebar.config.script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config.script b/rebar.config.script index 1df0757..9c1ed91 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -7,7 +7,7 @@ IsRebar3 = case application:get_key(rebar, vsn) of end, Rebar2Deps = [ - {cf, ".*", {git, "https://github.com/project-fifo/cf", {tag, "0.2.0"}}} + {cf, ".*", {git, "https://github.com/project-fifo/cf", {tag, "0.2.2"}}} ], case IsRebar3 of