Skip to content

Commit 8597a8a

Browse files
committed
Skip version checks for scala.js
1 parent c0e03d9 commit 8597a8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

+2
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
8282
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
8383
)
8484
.jsSettings(
85+
versionPolicyCheck / skip := true,
86+
versionCheck / skip := true,
8587
// mystified why https://github.com/scala-js/scala-js/issues/635 would be rearing its head,
8688
// but only on sbt 1.4 + 2.13 and only in Test config?! WEIRD
8789
Test / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {

0 commit comments

Comments
 (0)