diff --git a/.travis.yml b/.travis.yml index 796a0e5..e92ac2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: erlang otp_release: - - 17.5 - - 18.3 - - 19.2 + - 20.3 + - 21.3 + - 22.2 before_script: kerl list installations script: diff --git a/Makefile b/Makefile index ebe8d23..9c545ce 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PROJECT = ejson DEPS = jsx TEST_DEPS = proper -dep_jsx_commit = v2.8.2 +dep_jsx_commit = v2.9.0 COMPILE_FIRST = ejson_trans TEST_COMPILE_FIRST = ejson_trans_test ejson_ext1 ejson_ext2 ejson_ext3