Skip to content

Commit

Permalink
Replace sbt-dependency-graph with sbt's addDependencyTreePlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rowannekabalan committed Jul 28, 2023
1 parent 1a88030 commit 076c5d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 076c5d4

Please sign in to comment.