From 1aab1638509fc0226fec5cb7a00de89b79f16c28 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Sun, 18 Feb 2018 00:20:41 +0900 Subject: update scala versions --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7a058c8..735975f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: scala scala: - - 2.10.6 - - 2.11.11 - - 2.12.3 + - 2.10.7 + - 2.11.12 + - 2.12.4 - 2.13.0-M3 script: - sbt ++$TRAVIS_SCALA_VERSION test mimaReportBinaryIssues -- cgit v1.2.3