From 02f6369f17a8952d7aa78f2d21ef2c7bfe488491 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Wed, 9 May 2012 15:53:10 -0400 Subject: [PATCH] Closes #14 - Generate INstalled-Size on debian --- project/project/plugins.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/project/plugins.scala b/project/project/plugins.scala index 2cef8a1aa..7792d70e0 100644 --- a/project/project/plugins.scala +++ b/project/project/plugins.scala @@ -6,7 +6,7 @@ object PluginBuild extends Build { val root = Project("root", file(".")) settings( resolvers += Resolver.url("scalasbt", new URL("http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases"))(Resolver.ivyStylePatterns), - addSbtPlugin("com.typesafe" % "sbt-native-packager" % "0.4.1"), + addSbtPlugin("com.typesafe" % "sbt-native-packager" % "0.4.2"), libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.6" ) }