We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c53fd1b + 8597a8a commit eb47d88Copy full SHA for eb47d88
build.sbt
@@ -4,7 +4,7 @@ ThisBuild / startYear := Some(2004)
4
val commonSettings = Seq(
5
versionScheme := Some("early-semver"),
6
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
7
- crossScalaVersions := Seq("2.13.13", "2.12.19", "3.3.3"),
+ crossScalaVersions := Seq("2.13.14", "2.12.19", "3.3.3"),
8
scalaVersion := crossScalaVersions.value.head,
9
)
10
@@ -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 {
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments