From 95bf3119ac6bb9044c83f449161e0ade0bddfede Mon Sep 17 00:00:00 2001 From: "davenverse-steward[bot]" <130607801+davenverse-steward[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 13:29:12 +0000 Subject: [PATCH] Update sbt-scalajs to 1.16.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0a9b679..68535b5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.4.9") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.9") addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.4.9") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") \ No newline at end of file