ignasi35 opened this issue 4 years ago · 1 comments
The travis build currently uses 2.13.1 and is injected into each job via usage of $TRAVIS_SCALA_VERSION in each project's scripts/test-sbt script.
$TRAVIS_SCALA_VERSION
scripts/test-sbt
A quick test to migrate to 2.13.3 compined with -Xfatal-warnings caused multiple jobs to fail.
2.13.3
-Xfatal-warnings
Done in #125