From d6dc4c9ddcda7f39532ab9f951d6bfc7d66a9ddf Mon Sep 17 00:00:00 2001 From: Peter Vlugter Date: Mon, 28 Mar 2011 11:31:56 +1300 Subject: [PATCH] Update plugins --- project/plugins/Plugins.scala | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/plugins/Plugins.scala b/project/plugins/Plugins.scala index 0a2e64a2a8..ce3e609964 100644 --- a/project/plugins/Plugins.scala +++ b/project/plugins/Plugins.scala @@ -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" }