Skip to content

Commit

Permalink
Skip version checks for scala.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Aug 9, 2024
1 parent df05291 commit 6cea373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
)
.jsSettings(
versionPolicyCheck / skip := true,
versionCheck / skip := true,
// mystified why https://github.com/scala-js/scala-js/issues/635 would be rearing its head,
// but only on sbt 1.4 + 2.13 and only in Test config?! WEIRD
Test / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 6cea373

Please sign in to comment.