=pro #19054 update to sbt-dependency-graph 0.8.0
This commit is contained in:
parent
9e8d77133a
commit
017b061737
3 changed files with 4 additions and 6 deletions
|
|
@ -1,3 +1 @@
|
||||||
enablePlugins(akka.UnidocRoot, akka.TimeStampede, akka.UnidocWithPrValidation)
|
enablePlugins(akka.UnidocRoot, akka.TimeStampede, akka.UnidocWithPrValidation)
|
||||||
|
|
||||||
net.virtualvoid.sbt.graph.Plugin.graphSettings
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,8 @@
|
||||||
package akka
|
package akka
|
||||||
|
|
||||||
import com.typesafe.tools.mima.plugin.MimaKeys.reportBinaryIssues
|
import com.typesafe.tools.mima.plugin.MimaKeys.reportBinaryIssues
|
||||||
import net.virtualvoid.sbt.graph.IvyGraphMLDependencies
|
import net.virtualvoid.sbt.graph.backend.IvyReport
|
||||||
import net.virtualvoid.sbt.graph.IvyGraphMLDependencies.ModuleId
|
import net.virtualvoid.sbt.graph.ModuleId
|
||||||
import org.kohsuke.github._
|
import org.kohsuke.github._
|
||||||
import sbtunidoc.Plugin.UnidocKeys.unidoc
|
import sbtunidoc.Plugin.UnidocKeys.unidoc
|
||||||
import sbt.Keys._
|
import sbt.Keys._
|
||||||
|
|
@ -101,7 +101,7 @@ object ValidatePullRequest extends AutoPlugin {
|
||||||
if (f1.exists()) f1 else f2
|
if (f1.exists()) f1 else f2
|
||||||
}
|
}
|
||||||
|
|
||||||
val deps = IvyGraphMLDependencies.graph(ivyReportFile.getAbsolutePath)
|
val deps = IvyReport.fromReportFile(ivyReportFile.getAbsolutePath)
|
||||||
deps.nodes.foreach { m ⇒ log.debug(" -> " + m.id) }
|
deps.nodes.foreach { m ⇒ log.debug(" -> " + m.id) }
|
||||||
|
|
||||||
// if this project depends on a modified module, we must test it
|
// if this project depends on a modified module, we must test it
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ libraryDependencies += "com.timgroup" % "java-statsd-client" % "2.0.0"
|
||||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.0-RC1")
|
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.0-RC1")
|
||||||
|
|
||||||
// for advanced PR validation features
|
// for advanced PR validation features
|
||||||
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.5")
|
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.0")
|
||||||
|
|
||||||
libraryDependencies += "org.kohsuke" % "github-api" % "1.68"
|
libraryDependencies += "org.kohsuke" % "github-api" % "1.68"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue