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 cac5ea4 commit 66c847dCopy full SHA for 66c847d
build.sbt
@@ -22,10 +22,7 @@ lazy val core = project.in(file("core"))
22
.settings(
23
name := "scala-parallel-collections",
24
Compile / doc / autoAPIMappings := true,
25
- scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
26
- case Some((3, _)) => None
27
- case _ => Some("1.0.0")
28
- }),
+ scalaModuleMimaPreviousVersion := Some("1.0.3"),
29
)
30
31
lazy val junit = project.in(file("junit"))
project/plugins.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "2.3.0")
2
-addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.0")
+addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.0.1")
0 commit comments