From cd79bef2d3789fd3b4215b301be4c831cb77addb Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 18 Nov 2025 16:54:02 +0100 Subject: [PATCH] chore: Update Scala Native to latest --- tests/CrossPlatform.test.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CrossPlatform.test.scala b/tests/CrossPlatform.test.scala index 3d7e255..2a269f6 100644 --- a/tests/CrossPlatform.test.scala +++ b/tests/CrossPlatform.test.scala @@ -9,7 +9,7 @@ class CrossPlatformTests extends munit.FunSuite: requireCmd("scala-cli") test("jvm")(publishAndRun("jvm", "1.0.0-SNAPSHOT")) test("js")(publishAndRun("js", "1.0.0-SNAPSHOT", "--js")) - test("native")(publishAndRun("native", "1.0.0-SNAPSHOT", "--native", "--native-version", "0.5.7")) + test("native")(publishAndRun("native", "1.0.0-SNAPSHOT", "--native", "--native-version", "0.5.9")) override val munitTimeout = Duration(120, "s")