Skip to content

Commit 57b5319

Browse files
committed
Allow compilation in R17A
Allow elixir to be compiled using R17A as well
1 parent f65ef1d commit 57b5319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
{verbose, false}
2525
]}.
2626

27-
{require_otp_vsn,"(R16B).*"}.
27+
{require_otp_vsn,"(R16B|R17A).*"}.

0 commit comments

Comments
 (0)