From 999c8aff4fa7a255689ac7fb80fa5125d336871e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 2 Jan 2025 15:09:28 +0000 Subject: [PATCH] Update test-interface to 0.5.6 --- build.mill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.mill b/build.mill index 4f8427c..f7c4f0e 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.6" object test extends ScalaNativeTests{ // stub to make use of test plumbing but not running a test suite def mainClass = Some("sourcecode.Main")