From a09da3590118437c0ee581d8e57a552d37d64b10 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 22 Jun 2026 15:58:10 +0000 Subject: [PATCH] Update scalajs-library to 1.22.0 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index b5884e2..7c16a24 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.22.0" object test extends ScalaJSTests{ def testFramework = "" }