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 260ee83 commit 43fe651Copy full SHA for 43fe651
build.sbt
@@ -52,7 +52,7 @@ ThisBuild / mergifyStewardConfig ~= {
52
}
53
54
val Scala212 = "2.12.20"
55
-val Scala213 = "2.13.17"
+val Scala213 = "2.13.18"
56
val Scala3 = "3.3.7"
57
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
58
sbt-lambda/src/sbt-test/lambda-js-plugin/iolambda-simple/build.sbt
@@ -1,2 +1,2 @@
1
-scalaVersion := "2.13.17"
+scalaVersion := "2.13.18"
2
enablePlugins(LambdaJSPlugin)
0 commit comments