We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d9cd4d + f2800bc commit d09b3d2Copy full SHA for d09b3d2
build.sbt
@@ -6,7 +6,7 @@ ThisBuild / startYear := Some(2014)
6
7
val Scala212 = "2.12.20"
8
val Scala213 = "2.13.16"
9
-ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.6")
+ThisBuild / crossScalaVersions := Seq(Scala212, Scala213, "3.3.7")
10
ThisBuild / scalaVersion := Scala213
11
12
lazy val root = project.in(file(".")).aggregate(scalaXml).enablePlugins(NoPublishPlugin)
0 commit comments