Skip to content

Commit

Permalink
Scala 2.13.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed May 27, 2019
1 parent f8454ff commit 3674187
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ReleaseTransformations._

scalaVersion in ThisBuild := "2.11.7"

crossScalaVersions in ThisBuild := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC1")
crossScalaVersions in ThisBuild := Seq("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC2")

scalacOptions in ThisBuild ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down Expand Up @@ -44,7 +44,7 @@ releaseProcess := Seq[ReleaseStep](
)

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.8-RC3" % "test",
"org.scalatest" %% "scalatest" % "3.0.8-RC4" % "test",
"org.scalacheck" %% "scalacheck" % "1.14.0" % "test",
"com.google.protobuf" % "protobuf-java" % "3.7.1" % "test"
)

0 comments on commit 3674187

Please sign in to comment.