I have used the following plugin
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
Got the following error.
When i change the plugin version to the following then everything is working fine.
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")