Skip to content

Commit

Permalink
Merge pull request #107 from dwijnand/mima
Browse files Browse the repository at this point in the history
Add 1.1.2 to mimaPreviousArtifacts, & backfill
  • Loading branch information
eed3si9n authored Dec 19, 2017
2 parents 778a277 + 4908340 commit 1bfd89a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ val io = (project in file("io"))
libraryDependencies ++= Seq(jna, jnaPlatform),
sourceManaged in (Compile, generateContrabands) := baseDirectory.value / "src" / "main" / "contraband-scala",
initialCommands in console += "\nimport sbt.io._, syntax._",
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0"),
mimaPreviousArtifacts := Set(
"1.0.0", "1.0.1", "1.0.2",
"1.1.0", "1.1.1", "1.1.2",
) map (version => organization.value %% moduleName.value % version),
mimaBinaryIssueFilters ++= Seq(
// MiMa doesn't treat effectively final members as final
// WORKAROUND typesafehub/migration-manager#162
Expand Down

0 comments on commit 1bfd89a

Please sign in to comment.