We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfbdb9f + 0ac3686 commit 0b0b9bbCopy full SHA for 0b0b9bb
build.sbt
@@ -16,6 +16,7 @@ lazy val core = project.in(file("core"))
16
// don't run Dottydoc, it errors and isn't needed anyway.
17
// but we leave `publishArtifact` set to true, otherwise Sonatype won't let us publish
18
Compile / doc / sources := (if (isDotty.value) Seq() else (Compile / doc/ sources).value),
19
+ scalaModuleMimaPreviousVersion := Some("1.0.0-RC1").filterNot(_ => isDotty.value),
20
)
21
22
lazy val junit = project.in(file("junit"))
0 commit comments