diff --git a/project/build.properties b/project/build.properties index 0974fce4..37b489cb 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.13.0 +sbt.version=0.13.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 52b1ef5a..5206c05b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // pom-util POM helpers -libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.6-SNAPSHOT" +libraryDependencies += "com.samskivert" % "sbt-pom-util" % "0.6" // TEMP: force use of locally installed version as mine has gwt-superdevmode // a Maven repo needed for the sbt-gwt-plugin