Skip to content

Instantly share code, notes, and snippets.

@jredh
Last active September 10, 2018 13:27
Show Gist options
  • Save jredh/9ccfb090cd798e81c452e92c835c4f0c to your computer and use it in GitHub Desktop.
Save jredh/9ccfb090cd798e81c452e92c835c4f0c to your computer and use it in GitHub Desktop.
SBT Task Dependency Tree
!#/bin/sh
sbt "inspect tree clean"
# For library dependency info, there are also the detailed dependency reports generated by Ivy.
# After doing sbt update, open the XML reports in target/resolution-cache/reports/ in a browser like MSIE.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment