Skip to content

Commit

Permalink
Upgrade to Scalatra 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Sep 23, 2011
1 parent bf79ee5 commit 2818aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ scalaVersion := "$scala_version$"
seq(webSettings :_*)

libraryDependencies ++= Seq(
"org.scalatra" %% "scalatra" % "2.0.0",
"org.scalatra" %% "scalatra-scalate" % "2.0.0",
"org.scalatra" %% "scalatra" % "2.0.1",
"org.scalatra" %% "scalatra-scalate" % "2.0.1",
"org.eclipse.jetty" % "jetty-webapp" % "7.4.5.v20110725" % "jetty",
"javax.servlet" % "servlet-api" % "2.5" % "provided"
)
Expand Down

0 comments on commit 2818aff

Please sign in to comment.