mirror of https://github.com/sbt/sbt.git
Bump mimaPreviousArtifacts to 1.0.0-RC3
This commit is contained in:
parent
43041a5fcb
commit
2a7226dffb
|
|
@ -1,6 +1,6 @@
|
|||
import Dependencies._
|
||||
import Util._
|
||||
import com.typesafe.tools.mima.core._, ProblemFilters._
|
||||
//import com.typesafe.tools.mima.core._, ProblemFilters._
|
||||
|
||||
def baseVersion = "1.0.0-SNAPSHOT"
|
||||
def internalPath = file("internal")
|
||||
|
|
@ -30,7 +30,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
|
|||
)
|
||||
|
||||
val mimaSettings = Def settings (
|
||||
mimaPreviousArtifacts := Set(organization.value % moduleName.value % "1.0.0-M28"
|
||||
mimaPreviousArtifacts := Set(organization.value % moduleName.value % "1.0.0-RC3"
|
||||
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
|
||||
)
|
||||
)
|
||||
|
|
@ -106,11 +106,6 @@ lazy val utilLogging = (project in internalPath / "util-logging").
|
|||
else old(tpe)
|
||||
},
|
||||
mimaSettings,
|
||||
mimaBinaryIssueFilters ++= Seq(
|
||||
// abstract method SuccessEventFormat()sjsonnew.JsonFormat in trait sbt.internal.util.codec.SuccessEventFormats is inherited by class JsonProtocol in current version.
|
||||
// I think this is a false positive: https://github.com/typesafehub/migration-manager/issues/187
|
||||
ProblemFilters.exclude[InheritedNewAbstractMethodProblem]("sbt.internal.util.codec.SuccessEventFormats.SuccessEventFormat")
|
||||
)
|
||||
)
|
||||
|
||||
// Relation
|
||||
|
|
|
|||
Loading…
Reference in New Issue