Updated bnd4sbt plugin

This commit is contained in:
Roman Roelofsen 2010-06-16 11:55:25 +02:00
parent 1cfaded8ec
commit 7a6465cd82

View file

@ -6,5 +6,5 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
// val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
// val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
lazy val bnd4sbt = "com.weiglewilczek" % "bnd4sbt" % "0.4"
lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.0.RC1"
}