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 f1e99d5Copy full SHA for f1e99d5
build.sbt
@@ -5,6 +5,7 @@ ThisBuild / versionScheme := Some("early-semver")
5
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
6
7
lazy val commonSettings: Seq[Setting[_]] =
8
+ Seq(scalaModuleAutomaticModuleName := Some("scala.collection.parallel")) ++
9
ScalaModulePlugin.scalaModuleSettings ++ Seq(
10
Compile / compile / scalacOptions --= (CrossVersion.partialVersion(scalaVersion.value) match {
11
case Some((3, _)) => Seq("-Xlint")
0 commit comments