From 327dca1551fe974043acb427a50a15633831b279 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Tue, 19 Mar 2024 16:16:49 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-library_2.13, ... 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 26a36c1..0e2c10d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -5,7 +5,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % "23.10.0") // Settings for Scala.js -val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.14.0") +val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.16.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALAJS_VERSION) // For building the project for Scala and Scala.js