mirror of
https://github.com/sbt/sbt.git
synced 2026-09-06 17:40:06 +02:00
Merge pull request #142 from dwijnand/mima
Add version 1.1.2 to mimaPreviousArtifacts
This commit is contained in:
@@ -33,7 +33,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.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)
|
||||
|
||||
Reference in New Issue
Block a user