Skip to content

Commit

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

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

0 comments on commit 77942c8

Please sign in to comment.