Skip to content

Commit 66c847d

Browse files
authored
update MiMa config (#183)
1 parent cac5ea4 commit 66c847d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ lazy val core = project.in(file("core"))
2222
.settings(
2323
name := "scala-parallel-collections",
2424
Compile / doc / autoAPIMappings := true,
25-
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
26-
case Some((3, _)) => None
27-
case _ => Some("1.0.0")
28-
}),
25+
scalaModuleMimaPreviousVersion := Some("1.0.3"),
2926
)
3027

3128
lazy val junit = project.in(file("junit"))

project/plugins.sbt

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

0 commit comments

Comments
 (0)