From a1fe6ccabbe6c9a9669c04764283476282f71e3f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Jan 2026 19:24:20 +0000 Subject: [PATCH] Update auxlib, javalib, nativelib, ... to 0.5.10 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index b5884e2..d5d28b4 100644 --- a/build.mill +++ b/build.mill @@ -74,7 +74,7 @@ object sourcecode extends Module { object native extends Cross[NativeSourcecodeModule](scalaVersions) trait NativeSourcecodeModule extends SourcecodeMainModule with ScalaNativeModule with SourcecodeModule { - def scalaNativeVersion = "0.5.0" + def scalaNativeVersion = "0.5.10" object test extends ScalaNativeTests{ // stub to make use of test plumbing but not running a test suite def mainClass = Some("sourcecode.Main")