Releases: dwijnand/sbt-project-graph
Releases · dwijnand/sbt-project-graph
0.4.0
0.3.0
Enhancements
- Switch graph to use dashed arrows for project
aggregates
. #27/#28 by @lunaryorn
Thank you @lunaryorn!
0.2.2
Enhancements
- Switches to using sbt-compat to avoid runtime errors like typesafehub/sbt-whitesource#20.
#25 by @dwijnand
0.2.1
0.2.0
sbt-project-graph v0.1.0
- Initial implementation.
- Features
projectsGraphDot
which outputs a DOT file inside the target directory. - The project's dependency graph uses
ProjectDefinition.uses
, which includes both the projects aggregated over
and the projects that are classpath dependencies. - Removes redundant direct dependencies that are also present transitively via another direct dependency. This
is done to output a cleaner graph.