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.
1 parent 13f5754 commit 8fe1113Copy full SHA for 8fe1113
build.sbt
@@ -13,7 +13,7 @@ val slf4jVersion = "2.0.9"
13
val scala213 = "2.13.12"
14
15
ThisBuild / scalaVersion := scala213
16
-ThisBuild / crossScalaVersions := Seq(scala213, "2.12.19", "3.3.1")
+ThisBuild / crossScalaVersions := Seq(scala213, "2.12.18", "3.3.1")
17
18
update / checksums := Nil
19
0 commit comments