minor edits

This commit is contained in:
Jonas Bonér 2010-07-02 13:09:58 +02:00
parent 12dee4dcc6
commit a3245bb3de
3 changed files with 2 additions and 3 deletions

View file

@ -3,7 +3,7 @@ import sbt._
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
val databinderRepo = "Databinder Repository" at "http://databinder.net/repo"
val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1"
val codeFellow = "de.tuxed" % "codefellow-plugin" % "0.1" // for code completion and more in VIM
val codeFellow = "de.tuxed" % "codefellow-plugin" % "0.2" // 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"
}