You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a maintenance release adding support for sbt 0.13.8.
56
56
@@ -63,11 +63,11 @@ All changes:
63
63
*[#44](https://github.com/jrudolph/sbt-dependency-graph/issues/44): Only match scala lib by org/name.
64
64
Thanks [@2beaucoup](https://github.com/2beaucoup) for the fix.
65
65
66
-
## Version 0.7.4
66
+
## Version 0.7.4 (2013-06-26)
67
67
68
68
This is a maintenance release fixing an exception when generating graphs without a terminal [#32](https://github.com/jrudolph/sbt-dependency-graph/issues/32).
69
69
70
-
## Version 0.7.3
70
+
## Version 0.7.3 (2013-04-28)
71
71
72
72
This is a maintenance release. Following issues have been fixed:
73
73
@@ -77,7 +77,7 @@ This is a maintenance release. Following issues have been fixed:
77
77
Make it work again with sbt 0.12.3. The path of the dependency resolution file changed in sbt 0.12.3.
78
78
Thanks [ebowman](https://github.com/ebowman) for the fix.
79
79
80
-
## Version 0.7.2
80
+
## Version 0.7.2 (2013-03-02)
81
81
82
82
This is a maintenance release. Following issues have been fixed:
83
83
@@ -93,7 +93,7 @@ New features in this version:
93
93
*`dependency-dot`: create dot file from dependency graph. Contributed by
94
94
[berleon](https://github.com/berleon).
95
95
96
-
## Version 0.7.0
96
+
## Version 0.7.0 (2012-10-24)
97
97
98
98
New features in this version:
99
99
@@ -108,7 +108,7 @@ New features in this version:
108
108
* Works with sbt 0.12.1. The ivy report files were moved to a new location making an update necessary.
109
109
110
110
111
-
## Version 0.6.0
111
+
## Version 0.6.0 (2012-05-23)
112
112
113
113
New features in this version:
114
114
@@ -122,3 +122,9 @@ New features in this version:
122
122
Scala 2.9.2 broke the plugin in 0.5.2, because it wouldn't find the ivy report xml file
0 commit comments