mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 11:01:08 +02:00
Add 1.1.1 to mimaPreviousArtifacts, & backfill
This commit is contained in:
@@ -32,9 +32,12 @@ def commonSettings: Seq[Setting[_]] = Seq(
|
||||
|
||||
val mimaSettings = Def settings (
|
||||
mimaPreviousArtifacts := Set(
|
||||
organization.value % moduleName.value % "1.0.0"
|
||||
"1.0.0", "1.0.1", "1.0.2", "1.0.3",
|
||||
"1.1.0", "1.1.1",
|
||||
) map (version =>
|
||||
organization.value %% moduleName.value % version
|
||||
cross (if (crossPaths.value) CrossVersion.binary else CrossVersion.disabled)
|
||||
)
|
||||
),
|
||||
)
|
||||
|
||||
lazy val utilRoot: Project = (project in file("."))
|
||||
|
||||
Reference in New Issue
Block a user