Merge pull request #199 from dwijnand/mima

Add version 1.1.2 to mimaPreviousArtifacts
This commit is contained in:
Dale Wijnand 2018-01-10 16:01:53 +00:00 committed by GitHub
commit 01bb0bd7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def commonSettings: Seq[Setting[_]] = Seq(
val mimaSettings = Def settings (
mimaPreviousArtifacts := Set(
"1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4",
"1.1.0", "1.1.1",
"1.1.0", "1.1.1", "1.1.2",
) map (version =>
organization.value %% moduleName.value % version
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)