Skip to content

Commit 0b0b9bb

Browse files
authored
Merge pull request #133 from SethTisue/enable-mima
enable MiMa
2 parents dfbdb9f + 0ac3686 commit 0b0b9bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ lazy val core = project.in(file("core"))
1616
// don't run Dottydoc, it errors and isn't needed anyway.
1717
// but we leave `publishArtifact` set to true, otherwise Sonatype won't let us publish
1818
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
19+
scalaModuleMimaPreviousVersion := Some("1.0.0-RC1").filterNot(_ => isDotty.value),
1920
)
2021

2122
lazy val junit = project.in(file("junit"))

0 commit comments

Comments
 (0)