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 9642369 + 56f3d79 commit bfe75e8Copy full SHA for bfe75e8
.github/workflows/scala.yml
@@ -20,7 +20,7 @@ jobs:
20
sbt-args: --addPluginSbtFile=project/plugins.sbt.scalajs06
21
- scala: 2.13.4
22
23
- - scala: 2.13.10
+ - scala: 2.13.16
24
- scala: 3.3.5
25
26
steps:
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
2
3
addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")
4
0 commit comments