From c01867b58d7c603b4d31ba771ee595de645d7952 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Mon, 26 Jan 2026 23:07:44 +0800 Subject: [PATCH] chore: bump scalajs to 1.20.2 and scalaNative to 0.5.10 --- build.mill | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.mill b/build.mill index 4e8fba30..9ca6c734 100644 --- a/build.mill +++ b/build.mill @@ -146,7 +146,7 @@ object sjsonnet extends VersionFileModule { object js extends Cross[SjsonnetJsModule](scalaVersions) trait SjsonnetJsModule extends SjsonnetCrossModule with ScalaJSModule with SjsonnetPublishModule { def moduleDir = super.moduleDir / os.up - def scalaJSVersion = "1.20.1" + def scalaJSVersion = "1.20.2" def moduleKind = Task { ModuleKind.CommonJSModule } val sourceDirs = Seq( "src", @@ -236,7 +236,7 @@ object sjsonnet extends VersionFileModule { with SjsonnetPublishModule with SjsonnetJvmNative { def moduleDir = super.moduleDir / os.up - def scalaNativeVersion = "0.5.9" + def scalaNativeVersion = "0.5.10" val sourceDirs = Seq( "src", "src-native",