Skip to content

Commit 07d067d

Browse files
committed
Exclude version 1.0.1 for mima
1 parent 5927db3 commit 07d067d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
4343
scalacOptions in Test += "-Xxml:coalescing",
4444

4545
scalaModuleMimaPreviousVersion := {
46-
if (System.getenv("SCALAJS_VERSION") == "1.0.0") None // No such release yet
46+
if (List("1.0.0", "1.0.1").contains(System.getenv("SCALAJS_VERSION"))) None // No such release yet
4747
else Some("1.2.0")
4848
},
4949
mimaBinaryIssueFilters ++= {

0 commit comments

Comments
 (0)