mirror of https://github.com/sbt/sbt.git
Add 1.1.1 to mimaPreviousArtifacts, & backfill
This commit is contained in:
parent
8b6ccd61db
commit
2ee0a1e19a
|
|
@ -32,9 +32,12 @@ def commonSettings: Seq[Setting[_]] = Seq(
|
|||
|
||||
val mimaSettings = Def settings (
|
||||
mimaPreviousArtifacts := Set(
|
||||
organization.value % moduleName.value % "1.0.0"
|
||||
"1.0.0", "1.0.1", "1.0.2", "1.0.3",
|
||||
"1.1.0", "1.1.1",
|
||||
) map (version =>
|
||||
organization.value %% moduleName.value % version
|
||||
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
lazy val utilRoot: Project = (project in file("."))
|
||||
|
|
|
|||
Loading…
Reference in New Issue