We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 196c181 + 80eb16b commit 1fad445Copy full SHA for 1fad445
build.sbt
@@ -20,6 +20,7 @@ lazy val core = project.in(file("core"))
20
.settings(commonSettings)
21
.settings(
22
name := "scala-parallel-collections",
23
+ Compile / doc / autoAPIMappings := true,
24
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
25
case Some((3, _)) => None
26
case _ => Some("1.0.0")
0 commit comments