File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add the plugin as SBT dependency to your `project/plugins.sbt`
1717```
1818resolvers += Resolver.bintrayRepo("ironsonic", "sbt-plugins")
1919
20- addSbtPlugin("com.supersonic" % "sonic-dependency-tree" % "0.0.2 ")
20+ addSbtPlugin("com.supersonic" % "sonic-dependency-tree" % "0.0.3 ")
2121```
2222
2323Since it is an Auto Plugin, no need to explicitly enable it.
@@ -65,6 +65,8 @@ sonicDependenciesUploadFilename in Global := "dependencies.json"
6565 - Prints dependency list with commit as JSON Array
6666- ` sonicDependenciesUploadToS3 ` : ` Task `
6767 - Upload full dependency tree to S3
68+ - ` sonicDependenciesReverseTree ` : ` Task `
69+ - Print reverse dependencies tree for a project
6870
6971
7072## S3 configuration
You can’t perform that action at this time.
0 commit comments