Skip to content

Commit 85284c6

Browse files
committed
Add release notes for 0.9.0 (even if they cannot be published any more)
1 parent e0f5fec commit 85284c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

notes/0.9.0.markdown

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
This version (finally!) adds support for sbt 1.0. sbt-dependency-graph depends on a lot of internals from sbt to do its
2+
work which is why it was quite an effort to do the migration. Thanks [@MasseGuillaume](https://github.com/MasseGuillaume) from Scala Center,
3+
[@2m](https://github.com/2m), and [@xuwei-k](https://github.com/xuwei-k) for helping out with the effort.
4+
5+
The plugin is cross-built for sbt 0.13 (and will continued to be for while). The `dependencyGraph` task is currently not
6+
supported on sbt 1.0. Use `dependencyBrowseGraph`, instead.
7+

0 commit comments

Comments
 (0)