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 95e6c5e + 73bb3ca commit 6159b1bCopy full SHA for 6159b1b
build.sbt
@@ -46,7 +46,7 @@ ThisBuild / githubWorkflowBuildPreamble +=
46
)
47
48
val Scala212 = "2.12.19"
49
-val Scala213 = "2.13.14"
+val Scala213 = "2.13.15"
50
val Scala3 = "3.3.4"
51
ThisBuild / crossScalaVersions := Seq(Scala212, Scala3, Scala213)
52
sbt-lambda/src/sbt-test/lambda-js-plugin/iolambda-simple/build.sbt
@@ -1,2 +1,2 @@
1
-scalaVersion := "2.13.14"
+scalaVersion := "2.13.15"
2
enablePlugins(LambdaJSPlugin)
0 commit comments