Skip to content

Commit 42a7e69

Browse files
author
Anton Troshin
committed
Add sonicDependenciesReverseTree to README.md
1 parent 601c5db commit 42a7e69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add the plugin as SBT dependency to your `project/plugins.sbt`
1717
```
1818
resolvers += 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

2323
Since 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

0 commit comments

Comments
 (0)