From c91159b3638754e21b96fbc1caaa39460632b670 Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Mon, 14 May 2012 12:35:27 -0400 Subject: [PATCH] fixes debian architecture bug. --- 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 7792d70e0..b9561d413 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.2"), + addSbtPlugin("com.typesafe" % "sbt-native-packager" % "0.4.3"), libraryDependencies += "net.databinder" %% "dispatch-http" % "0.8.6" ) }