Upgrade Scalatra to 2.2.1.

This commit is contained in:
takezoe
2013-08-15 11:22:10 +09:00
parent 52ab3c625e
commit 3ea102e238
2 changed files with 3 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.2")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1")
addSbtPlugin("org.scalatra.sbt" % "scalatra-sbt" % "0.2.0")
addSbtPlugin("org.scalatra.sbt" % "scalatra-sbt" % "0.3.0")
addSbtPlugin("io.spray" % "sbt-twirl" % "0.6.1")