Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8597a8a

Browse files
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

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /