From 3c1a50441a5798e7dc75c40546e4a139afe25138 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Wed, 29 Jan 2014 15:10:59 -0800 Subject: [PATCH] Use new SBT bits. --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 66ad72c..37b489c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.12.2 +sbt.version=0.13.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index bc4c2c7..ad98851 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.1" +libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.6"