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.
2 parents 7be8876 + 33e5f0f commit e4e74c9Copy full SHA for e4e74c9
build.sbt
@@ -13,15 +13,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
13
name := "scala-parser-combinators",
14
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
15
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
- }),
+ scalaModuleMimaPreviousVersion := Some("2.0.0"),
25
26
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
27
libraryDependencies += "com.novocode" % "junit-interface" % "0.11" % Test,
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments