From 5bb76b0b51007fbb2034cced50eb688698335fc6 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 16 Apr 2014 14:26:07 -0700 Subject: [PATCH] Use latest sbt-pom-util plugin. --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 07c3925..ad98851 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.5" +libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.6"