We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da145c9 commit b5cad53Copy full SHA for b5cad53
build.sbt
@@ -206,6 +206,7 @@ lazy val sbtProject = (project in file("sbt"))
206
},
207
name := s"sbt-${(LocalRootProject / name).value}",
208
scriptedBufferLog := false,
209
+ // TODO: Remove this once https://github.com/sbt/sbt/pull/6351 is released.
210
scriptedDependencies := {
211
Def.unit(scriptedDependencies.value)
212
Def.unit(publishLocal.all(ScopeFilter(projects = inDependencies(ThisProject, includeRoot = false))).value)
0 commit comments