diff --git a/.travis.yml b/.travis.yml index be56c0358..1230f0266 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ matrix: "++$TRAVIS_SCALA_VERSION clean" \ "++$TRAVIS_SCALA_VERSION test" - - scala: 2.12.11 + - scala: 2.12.12 jdk: openjdk8 before_install: - export PATH=${PATH}:./vendor/bundle @@ -40,7 +40,7 @@ matrix: "++$TRAVIS_SCALA_VERSION docs/makeMicrosite" \ "++$TRAVIS_SCALA_VERSION mimaReportBinaryIssues" - - scala: 2.12.11 + - scala: 2.12.12 jdk: openjdk11 script: sbt \ "++$TRAVIS_SCALA_VERSION clean" \ diff --git a/README.md b/README.md index f23d26357..2b509b1be 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ See the [Algebird website](https://twitter.github.io/algebird) for more informat ```scala > sbt algebird-core/console -Welcome to Scala 2.12.11 (OpenJDK 64-Bit Server VM, Java 11.0.1). +Welcome to Scala 2.12.12 (OpenJDK 64-Bit Server VM, Java 11.0.1). Type in expressions for evaluation. Or try :help. scala> import com.twitter.algebird._ diff --git a/build.sbt b/build.sbt index fd01bf251..5b1314633 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ def isScala213x(scalaVersion: String) = scalaBinaryVersion(scalaVersion) == "2.1 val sharedSettings = Seq( organization := "com.twitter", - scalaVersion := "2.12.11", + scalaVersion := "2.12.12", crossScalaVersions := Seq("2.11.12", scalaVersion.value), resolvers ++= Seq( Opts.resolver.sonatypeSnapshots,