Skip to content

Commit 655b2b3

Browse files
committed
Update to scala 2.13.0-RC2 (scalatest#3)
1 parent ed40217 commit 655b2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ developers := List(
2323
)
2424
)
2525

26-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC1")
26+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0-RC2")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.0-SNAP10",
29+
"org.scalatest" %% "scalatest" % "3.1.0-SNAP11",
3030
"junit" % "junit" % "4.12"
3131
)
3232

0 commit comments

Comments
 (0)