Merge pull request #102 from nlfiedler/fix-escapes
[jackhill/mal.git] / erlang / rebar.config
index e412643..f18253f 100644 (file)
@@ -2,7 +2,7 @@
 %% rebar configuration file (https://github.com/rebar/rebar)
 %%
 
-{require_otp_vsn, "17"}.
+{require_otp_vsn, "17|18"}.
 
 {erl_opts, [debug_info, fail_on_warning]}.