We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d0433 commit 999c8afCopy full SHA for 999c8af
build.mill
@@ -74,7 +74,7 @@ object sourcecode extends Module {
74
object native extends Cross[NativeSourcecodeModule](scalaVersions)
75
trait NativeSourcecodeModule extends SourcecodeMainModule with ScalaNativeModule with SourcecodeModule {
76
77
- def scalaNativeVersion = "0.5.0"
+ def scalaNativeVersion = "0.5.6"
78
object test extends ScalaNativeTests{
79
// stub to make use of test plumbing but not running a test suite
80
def mainClass = Some("sourcecode.Main")
0 commit comments