Added sbt plugin in order to determine transitive dependencies - 'sbt dependencyTree'

This commit is contained in:
Uli Heller
2018-11-04 10:44:21 +01:00
parent a92f4ceece
commit 32ef920549

View File

@@ -7,3 +7,4 @@ addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % "1.0.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
addSbtCoursier
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")