sbt/src
Stéphane Derosiaux b62fcec676 Use v0.4.16 of dagre-d3 to avoid javascript error
When using `dagre-d3` v0.4.10, my browser (Chrome 49) crashes an javascript error and the arrows are not displayed :
```
Uncaught TypeError: t.getTransformToElement is not a function
```
This happens in the function `getCoords` of the library.

Using the latest version v0.4.16 of dagre-d3 fixes the issue.
2016-01-31 18:11:32 +01:00
..
main Use v0.4.16 of dagre-d3 to avoid javascript error 2016-01-31 18:11:32 +01:00
sbt-test/sbt-dependency-graph dependencyDot: fix rendering of HTML labels, fixes #84 2016-01-08 17:29:42 +01:00
test/scala/net/virtualvoid/sbt/graph/util make cycles in the graph more visible 2015-11-17 17:34:51 +01:00