Skip to content

Commit

Permalink
Update scala 2.13.0-RC3 to 2.13.0 (#264)
Browse files Browse the repository at this point in the history
* Update scalatest to 3.0.8

* Update scala 2.13.0-RC3 to 2.13.0

* Update sbt to 1.2.8
  • Loading branch information
Philippus authored and barkhorn committed Jun 11, 2019
1 parent 768d7ff commit d2ec461
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ install:
scala:
- "2.11.12"
- "2.12.8"
- "2.13.0-RC3"
- "2.13.0"

jdk:
- openjdk8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.1
sbt.version=1.2.8

0 comments on commit d2ec461

Please sign in to comment.