From f872f52b69a87aee5f3c744058fa1cfcf2482111 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:07:24 +0100 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.17.0 (#2198) Co-authored-by: Paul S. --- project/project/PluginVersions.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/project/PluginVersions.scala b/project/project/PluginVersions.scala index 929ac0a8f9..48c983a097 100644 --- a/project/project/PluginVersions.scala +++ b/project/project/PluginVersions.scala @@ -1,5 +1,5 @@ object PV { - val scala_js_version = "1.16.0" + val scala_js_version = "1.17.0" val sbt_mdoc = "2.6.1" val sbt_paradox_material_theme = "0.7.0"