Skip to content

Commit

Permalink
Merge pull request #199 from dwijnand/mima
Browse files Browse the repository at this point in the history
Add version 1.1.2 to mimaPreviousArtifacts
  • Loading branch information
dwijnand authored Jan 10, 2018
2 parents 203fce0 + aa26ae6 commit 01bb0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01bb0bd

Please sign in to comment.