From 076c5d460cb137c3a7f8a8fc0e3a9332bc228f8e Mon Sep 17 00:00:00 2001 From: Rowanne Kabalan Date: Fri, 28 Jul 2023 11:07:46 +0100 Subject: [PATCH] Replace sbt-dependency-graph with sbt's addDependencyTreePlugin --- project/plugins.sbt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0001030..72b01fa 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,6 @@ addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.6") -addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1") + +addDependencyTreePlugin