mirror of https://github.com/sbt/sbt.git
fixes debian architecture bug.
This commit is contained in:
parent
02f6369f17
commit
c91159b363
|
|
@ -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"
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue