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 0eeff57 commit 159bd21Copy full SHA for 159bd21
build.sbt
@@ -147,6 +147,7 @@ lazy val compat = new MultiScalaCrossProject(
147
}
148
},
149
versionPolicyIntention := Compatibility.None,
150
+ versionCheck := {}, // I don't understand why this fails otherwise?! oh well
151
Test / fork := false // Scala Native cannot run forked tests
152
).nativeEnablePlugins(ScalaNativeJUnitPlugin)
153
)
0 commit comments