Skip to content

Commit

Permalink
Update to Scala 2.13.0-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof authored and franktominc committed Jun 12, 2019
1 parent 43fc257 commit 9c3274a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -23,13 +23,13 @@ object Dependencies {
lazy val specs2Version = settingKey[String]("The version of Specs2 to use")
lazy val scalaCheckVersion = settingKey[String]("The version of ScalaCheck to use.")

val Scala213 = "2.13.0-RC2"
val Scala213 = "2.13.0-RC3"

val Versions = Seq(
crossScalaVersions := Seq("2.12.8", "2.11.12", Scala213),
scalaVersion := crossScalaVersions.value.head,
scalaCheckVersion := System.getProperty("akka.build.scalaCheckVersion", "1.14.0"),
scalaTestVersion := "3.0.8-RC4",
scalaTestVersion := "3.0.8-RC5",
specs2Version := "4.5.1",
)

Expand Down
2 changes: 1 addition & 1 deletion project/MiMa.scala
Expand Up @@ -59,7 +59,7 @@ object MiMa extends AutoPlugin {
)
val post213Versions = Set(
// To be updated once we have released
// for 2.13.0-RC2
// for 2.13.0-RC3
)

val scalaVersion = scalaBinaryVersion.value
Expand Down

0 comments on commit 9c3274a

Please sign in to comment.