From 54659fed0fc24ecc8c21d568542bc8bba1840fa3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Jan 2024 13:14:52 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bece822..0816831 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")