diff --git a/project/plugins.sbt b/project/plugins.sbt index 2ce38e74..f5a29e20 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.5") addSbtPlugin("org.typelevel" % "sbt-typelevel-github-actions" % "0.7.5") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")