From a7c90ba353fc2a1db295e54c46982abd12c17073 Mon Sep 17 00:00:00 2001 From: "nimble-agar-steward[bot]" <106723251+nimble-agar-steward[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:18:21 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-library_2.13, ... 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 c1a173d0..871fb05f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,6 +2,6 @@ val sbtTypelevelVersion = "0.6.4" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1") addSbtPlugin("com.armanbilge" % "sbt-bundlemon" % "0.1.4")