Skip to content

Commit 9bc9761

Browse files
committed
Scala 2.13.0
1 parent 1dbec88 commit 9bc9761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

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

26-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.8", "2.13.0-M5")
26+
scalaVersion := "2.13.0"
27+
crossScalaVersions := Seq(scalaVersion.value, "2.12.8", "2.11.12", "2.10.7")
2728

2829
libraryDependencies ++= Seq(
2930
"org.scalatest" %% "scalatest" % "3.1.0-SNAP8",

0 commit comments

Comments
 (0)