Skip to content

Commit 8e4fe8c

Browse files
authored
chore: Update Scala Native to latest (#66)
1 parent cc4fd24 commit 8e4fe8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CrossPlatform.test.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class CrossPlatformTests extends munit.FunSuite:
99
requireCmd("scala-cli")
1010
test("jvm")(publishAndRun("jvm", "1.0.0-SNAPSHOT"))
1111
test("js")(publishAndRun("js", "1.0.0-SNAPSHOT", "--js"))
12-
test("native")(publishAndRun("native", "1.0.0-SNAPSHOT", "--native", "--native-version", "0.5.7"))
12+
test("native")(publishAndRun("native", "1.0.0-SNAPSHOT", "--native", "--native-version", "0.5.9"))
1313

1414
override val munitTimeout = Duration(120, "s")
1515

0 commit comments

Comments
 (0)