Skip to content

Commit 7f35af5

Browse files
committed
fix bad merge
1 parent 89fed18 commit 7f35af5

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

build.sbt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
4141
scalacOptions in Test += "-Xxml:coalescing",
4242

4343
scalaModuleMimaPreviousVersion := {
44-
<<<<<<< HEAD
4544
if (isDotty.value) None // No such release yet
46-
// else if (System.getenv("SCALAJS_VERSION") == "1.0.0") None
45+
// else if (System.getenv("SCALAJS_VERSION") == "1.0.1") None
4746
else Some("1.3.0")
48-
||||||| 172ce22
49-
if (System.getenv("SCALAJS_VERSION") == "1.0.0") None
50-
else Some("1.2.0")
51-
=======
52-
if (System.getenv("SCALAJS_VERSION") == "1.0.1") None
53-
else Some("1.2.0")
54-
>>>>>>> origin/1.x
5547
},
5648
mimaBinaryIssueFilters ++= {
5749
import com.typesafe.tools.mima.core._

0 commit comments

Comments
 (0)