Merge pull request #107 from choptastic/patch-1
Use cf 0.2.2 with rebar2
This commit is contained in:
commit
0916834752
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue