Bumped to new sbt launcher that supports publishing universal packages.

This commit is contained in:
Josh Suereth 2012-09-07 14:08:46 -04:00
parent 5407a21803
commit 0ac0a4767d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ object PluginBuild extends Build {
val root = Project("root", file(".")) settings( val root = Project("root", file(".")) settings(
resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns), resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns),
addSbtPlugin("com.typesafe" % "sbt-native-packager" % "0.4.3"), addSbtPlugin("com.typesafe" % "sbt-native-packager" % "0.4.4"),
libraryDependencies += "net.databinder" % "dispatch-http_2.9.1" % "0.8.6" libraryDependencies += "net.databinder" % "dispatch-http_2.9.1" % "0.8.6"
) )
} }