This is an automated email from the ASF dual-hosted git repository. lresende pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-toree.git
commit 518d6a98c56fa5522945886a7f1b53592c1a1015 Author: Luciano Resende <[email protected]> AuthorDate: Sun Aug 9 22:22:03 2020 -0700 Update sbt-dependency-graph to 0.10.0-RC1 Previous versions don't seem to work with latest sbt 1.3.x --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f573ab8..eb746b2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -30,4 +30,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1") // Provides the ability to generate dependency graphs -addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2") +addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")
