Skip to content

Commit

Permalink
bring back erlware_commons version hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ferd committed Apr 3, 2024
1 parent c3fe89f commit bb596d6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions vendor/erlware_commons/rebar.config.script
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
IsRebar3 = case application:get_key(rebar, vsn) of
{ok, Vsn} ->
[MajorVersion|_] = string:tokens(Vsn, "."),
(list_to_integer(MajorVersion) >= 3);
undefined ->
false
end,
IsRebar3 = true,

Rebar2Deps = [
{cf, ".*", {git, "https://github.com/project-fifo/cf", {tag, "0.2.2"}}}
Expand Down

0 comments on commit bb596d6

Please sign in to comment.