Added codefellow to the plugins embeddded repo and upgraded to 0.3

This commit is contained in:
Jonas Bonér 2010-07-02 15:41:04 +02:00
parent 62cf14dc07
commit b278f47703
8 changed files with 39 additions and 19 deletions

View file

@ -2,8 +2,9 @@ import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val databinderRepo = "Databinder Repository" at "http://databinder.net/repo"
val embeddedRepo = "Embedded Repo" at (info.projectPath / "embedded-repo").asURL.toString
val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1"
val codeFellow = "de.tuxed" % "codefellow-plugin" % "0.2" // for code completion and more in VIM
val codeFellow = "de.tuxed" % "codefellow-plugin" % "0.3" // for code completion and more in VIM
// val repo = "GH-pages repo" at "http://mpeltonen.github.com/maven/"
// val idea = "com.github.mpeltonen" % "sbt-idea-plugin" % "0.1-SNAPSHOT"
}