Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e4e74c9

Browse files
Merge pull request #406 from Philippus/remove-mima-workaround
Remove workaround for MiMa issue
2 parents 7be8876 + 33e5f0f commit e4e74c9

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

‎build.sbt‎

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
1313
name := "scala-parser-combinators",
1414
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
1515

16-
// once https://github.com/lightbend/mima/issues/630 is fixed and sbt-scala-module
17-
// adopts the fixed version, we'll be able to just do:
18-
// scalaModuleMimaPreviousVersion := Some("2.0.0"),
19-
// but for the time being we must still:
20-
scalaModuleMimaPreviousVersion := (CrossVersion.partialVersion(scalaVersion.value) match {
21-
// pending resolution of https://github.com/scalacenter/sbt-version-policy/issues/62
22-
case Some((3, _)) => None
23-
case _ => Some("1.2.0-RC1")
24-
}),
16+
scalaModuleMimaPreviousVersion := Some("2.0.0"),
2517

2618
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
2719
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /