aboutsummaryrefslogtreecommitdiff
path: root/project/plugins.sbt
diff options
context:
space:
mode:
authorIvan Topolnjak <ivantopo@gmail.com>2014-10-20 00:59:26 +0200
committerIvan Topolnjak <ivantopo@gmail.com>2014-10-20 00:59:26 +0200
commit290a3c92da938182fe1157efff00d4589203e678 (patch)
tree2557796d5c9d63287fdba7a23e51e4e379607f22 /project/plugins.sbt
parent371011cff23f5fef5c755a29430f8e8d0fef4263 (diff)
downloadKamon-290a3c92da938182fe1157efff00d4589203e678.tar.gz
Kamon-290a3c92da938182fe1157efff00d4589203e678.tar.bz2
Kamon-290a3c92da938182fe1157efff00d4589203e678.zip
! build: more version upgrades + include sbt-dependency-graph
Diffstat (limited to 'project/plugins.sbt')
-rw-r--r--project/plugins.sbt4
1 files changed, 3 insertions, 1 deletions
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 60960203..abd5e2a8 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -12,4 +12,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-scalariform" % "1.3.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "0.2.1")
-addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1") \ No newline at end of file
+addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.1")
+
+addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.7.4") \ No newline at end of file