From ae6c9bc419f863fec035d7dcaa66ea86594d52e2 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:12:46 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.20.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a72fec37..dcfa01ed 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,5 +2,5 @@ val sbtlTlV = "0.8.2" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtlTlV) addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtlTlV) addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtlTlV) -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")