Update plugins

This commit is contained in:
Peter Vlugter 2011-03-28 11:31:56 +13:00
parent eb1b071422
commit d6dc4c9ddc

View file

@ -8,7 +8,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
object Repositories {
lazy val AquteRepo = "aQute Maven Repository" at "http://www.aqute.biz/repo"
lazy val DatabinderRepo = "Databinder Repository" at "http://databinder.net/repo"
lazy val EmbeddedRepo = "Embedded Repo" at (info.projectPath / "embedded-repo").asURL.toString
}
// -------------------------------------------------------------------------------------------------------------------
@ -24,6 +23,6 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
// -------------------------------------------------------------------------------------------------------------------
// Dependencies
// -------------------------------------------------------------------------------------------------------------------
lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.0.RC4"
lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.1"
lazy val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.2"
}