Skip to content

Commit

Permalink
bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Sep 16, 2012
1 parent fb5bac7 commit e54a3de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/g8/build.sbt
Expand Up @@ -9,9 +9,9 @@ scalaVersion := "$scala_version$"
classpathTypes ~= (_ + "orbit")

libraryDependencies ++= Seq(
"org.scalatra" % "scalatra" % "2.1.0",
"org.scalatra" % "scalatra-scalate" % "2.1.0",
"org.scalatra" % "scalatra-specs2" % "2.1.0" % "test",
"org.scalatra" % "scalatra" % "2.1.1",
"org.scalatra" % "scalatra-scalate" % "2.1.1",
"org.scalatra" % "scalatra-specs2" % "2.1.1" % "test",
"ch.qos.logback" % "logback-classic" % "1.0.6" % "runtime",
"org.eclipse.jetty" % "jetty-webapp" % "8.1.7.v20120910" % "compile",
"org.eclipse.jetty.orbit" % "javax.servlet" % "3.0.0.v201112011016" % "compile;provided;test" artifacts (Artifact("javax.servlet", "jar", "jar"))
Expand Down

0 comments on commit e54a3de

Please sign in to comment.