From 2a65813ed48413cf9b8e69d17f24536e8e5581f1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 20 Mar 2024 15:18:32 +0000 Subject: [PATCH 1/2] Update sbt-scalajs, scalajs-compiler, ... 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 da4cb580..d56dfd8c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("io.circe" % "sbt-circe-org" % "0.2.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") From d8f98a43a4e56b664cd056b6678e7f4132b21a6a Mon Sep 17 00:00:00 2001 From: Erlend Hamnaberg Date: Wed, 17 Apr 2024 18:38:36 +0200 Subject: [PATCH 2/2] scalafmtSbt --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9d3f74bd..e464843f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("io.circe" % "sbt-circe-org" % "0.3.1") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") \ No newline at end of file +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")