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 5927db3 commit 07d067dCopy full SHA for 07d067d
build.sbt
@@ -43,7 +43,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
43
scalacOptions in Test += "-Xxml:coalescing",
44
45
scalaModuleMimaPreviousVersion := {
46
- if (System.getenv("SCALAJS_VERSION") == "1.0.0") None // No such release yet
+ if (List("1.0.0", "1.0.1").contains(System.getenv("SCALAJS_VERSION"))) None // No such release yet
47
else Some("1.2.0")
48
},
49
mimaBinaryIssueFilters ++= {
0 commit comments