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 fc55861 + 5371522 commit 3f39bddCopy full SHA for 3f39bdd
build.sbt
@@ -62,8 +62,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
62
|additional information regarding copyright ownership.
63
|""".stripMargin)),
64
65
- // should be reverted to Compatibility.BinaryAndSourceCompatible after 2.2.0 is released
66
- versionPolicyIntention := Compatibility.None,
+ versionPolicyIntention := Compatibility.BinaryCompatible,
67
// Note: See discussion on non-JVM Mima in https://github.com/scala/scala-xml/pull/517
68
mimaBinaryIssueFilters ++= {
69
import com.typesafe.tools.mima.core._
@@ -135,6 +134,8 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
135
134
)
136
.jsEnablePlugins(ScalaJSJUnitPlugin)
137
.nativeSettings(
+ versionPolicyCheck / skip := true,
138
+ versionCheck / skip := true,
139
// Scala Native cannot run forked tests
140
Test / fork := false,
141
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments