We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a933d68 commit 28a1cdeCopy full SHA for 28a1cde
build.sbt
@@ -20,6 +20,7 @@ lazy val core = project.in(file("core"))
20
.settings(commonSettings)
21
.settings(
22
name := "scala-parallel-collections",
23
+ scalaModuleAutomaticModuleName := Some("scala.collection.parallel"),
24
Compile / doc / autoAPIMappings := true,
25
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
26
case Some((3, _)) => None
0 commit comments