We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380e412 commit 5da0b1bCopy full SHA for 5da0b1b
build.sbt
@@ -27,7 +27,7 @@ addCommandAlias("release", ";+clean ;+package ;+publishSigned")
27
val Scala212 = "2.12.13"
28
29
ThisBuild / scalaVersion := Scala212
30
-ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.5", "3.0.0-RC2", "3.0.0-RC3")
+ThisBuild / crossScalaVersions := Seq(Scala212, "2.13.5", "3.0.0")
31
32
ThisBuild / scalacOptions ++= Seq(
33
// Note, this is used by the doc-source-url feature to determine the
0 commit comments