Merge pull request #3944 from dwijnand/versions

Update mimaPreviousArtifacts/sbt.version
This commit is contained in:
Dale Wijnand 2018-02-14 14:37:06 +00:00 committed by GitHub
commit 7dcb311301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -77,7 +77,10 @@ def testedBaseSettings: Seq[Setting[_]] =
val mimaSettings = Def settings (
mimaPreviousArtifacts := {
((0 to 4).map(v => s"1.0.$v") ++ (0 to 0).map(v => s"1.1.$v")).map{ v =>
Seq(
"1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4",
"1.1.0", "1.1.1",
).map { v =>
organization.value % moduleName.value % v cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
}.toSet
}

View File

@ -1 +1 @@
sbt.version=1.0.4
sbt.version=1.1.1