From abe91cb3bd341feb3bd645ca37b5d85db0b09ce7 Mon Sep 17 00:00:00 2001 From: Johannes Unterstein Date: Mon, 9 Oct 2017 14:59:05 -0700 Subject: [PATCH] Update scala version in travis configuration (#5575) * Update scala version in travis configuration To be aligned with the current used scala version of marathon, the travis configuration should also be adapted. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9cc22cab2c..713fc910f0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: scala jdk: - oraclejdk8 scala: - - 2.11.8 + - 2.12.3 cache: directories: - $HOME/.sbt