Merge pull request #107 from choptastic/patch-1

Use cf 0.2.2 with rebar2
This commit is contained in:
Tristan Sloughter 2017-01-31 09:13:22 -08:00 committed by GitHub
commit 0916834752

View file

@ -7,7 +7,7 @@ IsRebar3 = case application:get_key(rebar, vsn) of
end, end,
Rebar2Deps = [ 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 case IsRebar3 of