playframework/play-samples

Bump travis' scala version to 2.13.3

ignasi35 opened this issue · 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.

A quick test to migrate to 2.13.3 compined with -Xfatal-warnings caused multiple jobs to fail.

Done in #125