From 58b22df4d7ad53a1ef2b0c68621387b48f98e3f0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 17 Apr 2024 14:16:27 +0000 Subject: [PATCH] Update test-interface to 0.5.1 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 7702fa0..63e53f2 100644 --- a/build.sc +++ b/build.sc @@ -73,7 +73,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.1" object test extends ScalaNativeTests{ // stub to make use of test plumbing but not running a test suite def mainClass = Some("sourcecode.Main")