Skip to content

Commit 999c8af

Browse files
committed
Update test-interface to 0.5.6
1 parent 95d0433 commit 999c8af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ object sourcecode extends Module {
7474
object native extends Cross[NativeSourcecodeModule](scalaVersions)
7575
trait NativeSourcecodeModule extends SourcecodeMainModule with ScalaNativeModule with SourcecodeModule {
7676

77-
def scalaNativeVersion = "0.5.0"
77+
def scalaNativeVersion = "0.5.6"
7878
object test extends ScalaNativeTests{
7979
// stub to make use of test plumbing but not running a test suite
8080
def mainClass = Some("sourcecode.Main")

0 commit comments

Comments
 (0)