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