File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ ThisBuild / versionScheme := Some("early-semver")
55ThisBuild / versionPolicyIntention := Compatibility .BinaryAndSourceCompatible
66
77lazy val commonSettings : Seq [Setting [_]] =
8+ Seq (scalaModuleAutomaticModuleName := Some (" scala.collection.parallel" )) ++
89 ScalaModulePlugin .scalaModuleSettings ++ Seq (
910 Compile / compile / scalacOptions --= (CrossVersion .partialVersion(scalaVersion.value) match {
1011 case Some ((3 , _)) => Seq (" -Xlint" )
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.2.4 " )
1+ addSbtPlugin(" org.scala-lang.modules" % " sbt-scala-module" % " 2.3.0 " )
22addSbtPlugin(" ch.epfl.scala" % " sbt-version-policy" % " 1.0.0-RC5" )
You can’t perform that action at this time.
0 commit comments