Skip to content

Commit

Permalink
Require OTP27 explicitly in the generated rebar.config file
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Aug 27, 2024
1 parent 1260ed5 commit bb1cb46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{minimum_otp_vsn, "27"}.

{deps, [
{cowboy, "2.12.0"},
{ranch, "2.1.0"},
Expand Down
2 changes: 2 additions & 0 deletions samples/server/petstore/erlang-server/rebar.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{minimum_otp_vsn, "27"}.

{deps, [
{cowboy, "2.12.0"},
{ranch, "2.1.0"},
Expand Down

0 comments on commit bb1cb46

Please sign in to comment.