We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afc92e commit d3ea6ceCopy full SHA for d3ea6ce
build.sbt
@@ -55,6 +55,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
55
|additional information regarding copyright ownership.
56
|""".stripMargin)),
57
58
+ // Note: See discussion on Mima in https://github.com/scala/scala-xml/pull/517
59
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
60
// pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62
61
case Some((3, _)) => None
0 commit comments