Add 1.1.1 to mimaPreviousArtifacts, & backfill

This commit is contained in:
Dale Wijnand 2017-12-18 16:01:01 +00:00
parent 8b6ccd61db
commit 2ee0a1e19a
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 5 additions and 2 deletions

View File

@ -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("."))