Skip to content

Commit a1fe6cc

Browse files
committed
Update auxlib, javalib, nativelib, ... to 0.5.10
1 parent 7e738aa commit a1fe6cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.10"
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)