diff --git a/.travis.yml b/.travis.yml index 503c4ba01..39e703278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: script: - sbt ++$TRAVIS_SCALA_VERSION --warn update compile test:compile && sbt ++$TRAVIS_SCALA_VERSION test "scripted rpm/* debian/* universal/* jar/*" scala: - - 2.10.3 + - 2.10.5 jdk: - openjdk7 - oraclejdk8 diff --git a/build.sbt b/build.sbt index 65dcf86c7..7274b888c 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._ sbtPlugin := true -scalaVersion in Global := "2.10.2" +scalaVersion in Global := "2.10.5" name := "sbt-native-packager"