Skip to content

Commit 0ac3686

Browse files
committed
enable MiMa
1 parent dfbdb9f commit 0ac3686

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)