From 0a88c840507958100db74ec9000be7647ffb5559 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 Apr 2026 15:27:16 +0000 Subject: [PATCH] Update scalajs-library to 1.21.0 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index b5884e2..89cd159 100644 --- a/build.mill +++ b/build.mill @@ -65,7 +65,7 @@ object sourcecode extends Module { object js extends Cross[JsSourcecodeModule](scalaVersions) trait JsSourcecodeModule extends SourcecodeMainModule with ScalaJSModule with SourcecodeModule { - def scalaJSVersion = "1.17.0" + def scalaJSVersion = "1.21.0" object test extends ScalaJSTests{ def testFramework = "" }