diff --git a/.travis.yml b/.travis.yml index e84832aa..e20d06c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: scala: - "2.11.12" - "2.12.8" - - "2.13.0-RC3" + - "2.13.0" jdk: - openjdk8 diff --git a/README.md b/README.md index f5051bb0..30e07e0f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ A more complete example is on our [Quickstart](http://scalamock.org/quick-start/ * Mock and Stub support * Macro Mocks and JVM Proxy Mocks * Scala.js support -* built for Scala 2.11, 2.12, 2.13.0-RC1 +* built for Scala 2.11, 2.12, 2.13 * Scala 2.10 support up to ScalaMock 4.2.0 ## Using ScalaMock diff --git a/build.sbt b/build.sbt index 18df05a2..130fb7df 100644 --- a/build.sbt +++ b/build.sbt @@ -1,10 +1,10 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject scalaVersion in ThisBuild := "2.11.12" -crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.8", "2.13.0-RC3") +crossScalaVersions in ThisBuild := Seq("2.11.12", "2.12.8", "2.13.0") scalaJSUseRhino in ThisBuild := true -lazy val scalatest = "org.scalatest" %% "scalatest" % "3.0.8-RC5" +lazy val scalatest = "org.scalatest" %% "scalatest" % "3.0.8" lazy val specs2 = "org.specs2" %% "specs2-core" % "4.5.1" val commonSettings = Defaults.coreDefaultSettings ++ Seq( diff --git a/project/build.properties b/project/build.properties index 5620cc50..c0bab049 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.1 +sbt.version=1.2.8