mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-10-13 16:03:43 +00:00
updated versions
This commit is contained in:
parent
de1a4059b1
commit
6113826180
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user