We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0e03d9 commit 8597a8aCopy full SHA for 8597a8a
build.sbt
@@ -82,6 +82,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
82
OsgiKeys.exportPackage := Seq(s"scala.util.parsing.*;version=${version.value}"),
83
)
84
.jsSettings(
85
+ versionPolicyCheck / skip := true,
86
+ versionCheck / skip := true,
87
// mystified why https://github.com/scala-js/scala-js/issues/635 would be rearing its head,
88
// but only on sbt 1.4 + 2.13 and only in Test config?! WEIRD
89
Test / doc / scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
0 commit comments