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.
This commit is contained in:
Jesse Gumm 2016-07-07 11:59:42 -05:00 committed by GitHub
parent 8974edb6a6
commit fe9120696e

View file

@ -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