diff --git a/build.sbt b/build.sbt index 7933a406..94358e35 100644 --- a/build.sbt +++ b/build.sbt @@ -147,6 +147,7 @@ lazy val compat = new MultiScalaCrossProject( } }, versionPolicyIntention := Compatibility.None, + versionCheck := {}, // I don't understand why this fails otherwise?! oh well Test / fork := false // Scala Native cannot run forked tests ).nativeEnablePlugins(ScalaNativeJUnitPlugin) )