From 84075b4ed9f7157fe0db73a533aee0fef20aa71e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Jan 2026 21:29:34 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-library_2.13, ... to 1.20.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1cc7e27..e32921a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val scalajsVersion = "1.19.0" +val scalajsVersion = "1.20.2" val livereloadVersion = "0.2.10" addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalajsVersion)