Skip to content

Commit 159bd21

Browse files
authored
disable versionCheck for Scala Native (#592)
1 parent 0eeff57 commit 159bd21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ lazy val compat = new MultiScalaCrossProject(
147147
}
148148
},
149149
versionPolicyIntention := Compatibility.None,
150+
versionCheck := {}, // I don't understand why this fails otherwise?! oh well
150151
Test / fork := false // Scala Native cannot run forked tests
151152
).nativeEnablePlugins(ScalaNativeJUnitPlugin)
152153
)

0 commit comments

Comments
 (0)