Merge pull request #7520 from eed3si9n/wip/plugin

[sbt 2.x] Forward version as the sbt version
This commit is contained in:
adpi2 2024-03-26 09:23:16 +01:00 committed by GitHub
commit 180e3518ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -639,6 +639,7 @@ lazy val dependencyTreeProj = (project in file("dependency-tree"))
sbtPlugin := true,
baseSettings,
name := "sbt-dependency-tree",
pluginCrossBuild / sbtVersion := version.value,
publishMavenStyle := true,
// mimaSettings,
mimaPreviousArtifacts := Set.empty,