Skip to content

Commit

Permalink
Merge pull request #480 from dwijnand/mima
Browse files Browse the repository at this point in the history
Add version 1.1.0 to mimaPreviousArtifacts
  • Loading branch information
dwijnand authored Jan 10, 2018
2 parents 515558c + a58fc7e commit 52b2e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ lazy val compilerBridgeTestScalaVersions = List(scala212, scala211, scala210)
def mimaSettings: Seq[Setting[_]] = Seq(
mimaPreviousArtifacts := Set(
"1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.0.5",
"1.1.0",
) map (version =>
organization.value %% moduleName.value % version
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
Expand Down

0 comments on commit 52b2e9a

Please sign in to comment.