Update plugins
This commit is contained in:
parent
eb1b071422
commit
d6dc4c9ddc
1 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue