mirror of https://github.com/sbt/sbt.git
Forward version as the sbt version
This commit is contained in:
parent
40ba7e9a27
commit
61b0196f28
|
|
@ -639,6 +639,7 @@ lazy val dependencyTreeProj = (project in file("dependency-tree"))
|
||||||
sbtPlugin := true,
|
sbtPlugin := true,
|
||||||
baseSettings,
|
baseSettings,
|
||||||
name := "sbt-dependency-tree",
|
name := "sbt-dependency-tree",
|
||||||
|
pluginCrossBuild / sbtVersion := version.value,
|
||||||
publishMavenStyle := true,
|
publishMavenStyle := true,
|
||||||
// mimaSettings,
|
// mimaSettings,
|
||||||
mimaPreviousArtifacts := Set.empty,
|
mimaPreviousArtifacts := Set.empty,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue