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 8bb7b31 commit 7c26859Copy full SHA for 7c26859
build.sbt
@@ -14,7 +14,7 @@ publish / skip := true // in root
14
lazy val commonSettings: Seq[Setting[_]] =
15
Seq(scalaModuleAutomaticModuleName := Some("scala.collection.parallel")) ++
16
ScalaModulePlugin.scalaModuleSettings ++ Seq(
17
- versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
+ versionPolicyIntention := Compatibility.BinaryCompatible,
18
crossScalaVersions := scalaVersions,
19
Compile / compile / scalacOptions --= (CrossVersion.partialVersion(scalaVersion.value) match {
20
case Some((3, _)) => Seq("-Xlint")
0 commit comments