Skip to content

Commit 45de198

Browse files
authored
Merge pull request #176 from scala-steward/update/sbt-scala-module-2.3.0
2 parents b1978d6 + f1e99d5 commit 45de198

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ThisBuild / versionScheme := Some("early-semver")
55
ThisBuild / versionPolicyIntention := Compatibility.BinaryAndSourceCompatible
66

77
lazy 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")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.2.4")
1+
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
22
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0-RC5")

0 commit comments

Comments
 (0)