We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9b198c commit 1ff5b48Copy full SHA for 1ff5b48
project/plugins.sbt
@@ -5,3 +5,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")
5
// coverage
6
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
7
addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "1.3.12")
8
+
9
+// preparation for dependency checking
10
+addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.1")
0 commit comments