From 65c64964d632848400c86d8e527658e189278c35 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:12:19 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.18.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index abc8d53..8d4a54d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.1") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.6") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.6") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")