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 34fe32f commit b2955f4Copy full SHA for b2955f4
project/plugins.sbt
@@ -2,6 +2,6 @@ val sbtTypelevelVersion = "0.7.4"
2
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
3
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion)
4
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
5
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1")
6
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.1")
7
addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")
0 commit comments