Skip to content

Commit 5da0b1b

Browse files
committed
Scala 3.0.0
1 parent 380e412 commit 5da0b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ addCommandAlias("release", ";+clean ;+package ;+publishSigned")
2727
val Scala212 = "2.12.13"
2828

2929
ThisBuild / scalaVersion := Scala212
30-
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.5", "3.0.0-RC2", "3.0.0-RC3")
30+
ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.5", "3.0.0")
3131

3232
ThisBuild / scalacOptions ++= Seq(
3333
// Note, this is used by the doc-source-url feature to determine the

0 commit comments

Comments
 (0)