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.
1 parent c0c75ba commit af1120bCopy full SHA for af1120b
build.sbt
@@ -50,7 +50,8 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
50
scalacOptions in Test += "-Xxml:coalescing",
51
52
mimaPreviousVersion := {
53
- Some("1.2.0")
+ if (System.getenv("SCALAJS_VERSION") == "1.0.0-M8") None // No such release yet
54
+ else Some("1.2.0")
55
},
56
mimaBinaryIssueFilters ++= {
57
import com.typesafe.tools.mima.core._
0 commit comments