Skip to content

Commit

Permalink
disable versionCheck for Scala Native (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Apr 24, 2023
1 parent 0eeff57 commit 159bd21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 159bd21

Please sign in to comment.