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 9cf1a08 commit 1e07875Copy full SHA for 1e07875
build.sbt
@@ -1,4 +1,4 @@
1
-lazy val scala212 = "2.12.18"
+lazy val scala212 = "2.12.20"
2
lazy val scala3 = "3.6.4"
3
ThisBuild / scalaVersion := scala212
4
ThisBuild / crossScalaVersions := Seq(scala212, scala3)
@@ -22,7 +22,7 @@ lazy val plugin = project
22
licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0.html")),
23
(pluginCrossBuild / sbtVersion) := {
24
scalaBinaryVersion.value match {
25
- case "2.12" => "1.9.0"
+ case "2.12" => "1.10.11"
26
case _ => "2.0.0-M4"
27
}
28
},
0 commit comments