updated versions

This commit is contained in:
Tony Tam 2012-08-29 10:40:12 -07:00
parent de1a4059b1
commit 6113826180
2 changed files with 12 additions and 12 deletions

View File

@ -4,7 +4,7 @@ name := "swagger-scalatra-server"
version := "0.1.0-SNAPSHOT"
scalaVersion := "2.9.1"
scalaVersion := "2.9.2"
scalaSource in Compile <<= baseDirectory.identity
@ -12,11 +12,11 @@ seq(webSettings :_*)
libraryDependencies ++= Seq(
"com.fasterxml.jackson.module" % "jackson-module-scala" % "2.0.0" % "compile;container;test;runtime",
"org.scalatra" % "scalatra" % "2.1.0.M2",
"org.scalatra" % "scalatra-scalate" % "2.1.0.M2",
"org.scalatra" % "scalatra-specs2" % "2.1.0.M2" % "test",
"org.scalatra" % "scalatra-swagger" % "2.1.0.M2",
"com.wordnik" %% "swagger-core" % "1.1.0",
"org.scalatra" % "scalatra" % "2.2.0-SNAPSHOT",
"org.scalatra" % "scalatra-scalate" % "2.2.0-SNAPSHOT",
"org.scalatra" % "scalatra-specs2" % "2.2.0-SNAPSHOT" % "test",
"org.scalatra" % "scalatra-swagger" % "2.2.0-SNAPSHOT",
"com.wordnik" % "swagger-core_2.9.1" % "1.1.0",
"ch.qos.logback" % "logback-classic" % "1.0.0" % "runtime",
"org.eclipse.jetty" % "jetty-server" % "8.1.3.v20120416" % "compile;container;test;runtime",
"org.eclipse.jetty" % "jetty-servlet" % "8.1.3.v20120416" % "compile;container;test;runtime",

View File

@ -4,7 +4,7 @@ name := "swagger-scalatra-server"
version := "0.1.0-SNAPSHOT"
scalaVersion := "2.9.1"
scalaVersion := "2.9.2"
scalaSource in Compile <<= baseDirectory.identity
@ -12,11 +12,11 @@ seq(webSettings :_*)
libraryDependencies ++= Seq(
"com.fasterxml.jackson.module" % "jackson-module-scala" % "2.0.0" % "compile;container;test;runtime",
"org.scalatra" % "scalatra" % "2.1.0.M2",
"org.scalatra" % "scalatra-scalate" % "2.1.0.M2",
"org.scalatra" % "scalatra-specs2" % "2.1.0.M2" % "test",
"org.scalatra" % "scalatra-swagger" % "2.1.0.M2",
"com.wordnik" %% "swagger-core" % "1.1.0",
"org.scalatra" % "scalatra" % "2.2.0-SNAPSHOT",
"org.scalatra" % "scalatra-scalate" % "2.2.0-SNAPSHOT",
"org.scalatra" % "scalatra-specs2" % "2.2.0-SNAPSHOT" % "test",
"org.scalatra" % "scalatra-swagger" % "2.2.0-SNAPSHOT",
"com.wordnik" % "swagger-core_2.9.1" % "1.1.0",
"ch.qos.logback" % "logback-classic" % "1.0.0" % "runtime",
"org.eclipse.jetty" % "jetty-server" % "8.1.3.v20120416" % "compile;container;test;runtime",
"org.eclipse.jetty" % "jetty-servlet" % "8.1.3.v20120416" % "compile;container;test;runtime",