Upgrade to Scala 2.8.1

This commit is contained in:
Jonas Bonér 2010-11-23 09:20:44 +01:00
parent 7ee8accfb1
commit 4c4fe3c71b
3 changed files with 4 additions and 4 deletions

View file

@ -25,5 +25,5 @@ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
// Dependencies
// -------------------------------------------------------------------------------------------------------------------
lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.0.RC4"
lazy val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.1"
lazy val spdeSbt = "us.technically.spde" % "spde-sbt-plugin" % "0.4.2"
}