diff --git a/.travis.yml b/.travis.yml index aa17538..a5a7a74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ script: - admin/build.sh scala: - 2.10.4 - - 2.11.4 + - 2.11.5 jdk: - oraclejdk8 notifications: diff --git a/build.sbt b/build.sbt index d98200b..0defedc 100644 --- a/build.sbt +++ b/build.sbt @@ -2,17 +2,15 @@ import com.typesafe.tools.mima.plugin.{MimaPlugin, MimaKeys} scalaModuleSettings -scalaVersion := "2.11.4" +scalaVersion := "2.11.5" -snapshotScalaBinaryVersion := "2.11.4" - -// TODO this project can be cross build against 2.11 and 2.10, express that here. +snapshotScalaBinaryVersion := "2.11.5" organization := "org.scala-lang.modules" name := "scala-java8-compat" -version := "0.2.0-SNAPSHOT" +version := "0.3.0-SNAPSHOT" // important!! must come here (why?) scalaModuleOsgiSettings