Skip to content

Commit c90699e

Browse files
committed
Update petstore sample
1 parent 335da50 commit c90699e

File tree

18 files changed

+710
-622
lines changed

18 files changed

+710
-622
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0-SNAPSHOT
1+
2.3.0

samples/client/petstore-security-test/scala/build.sbt

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
1-
version := "1.0.0"
2-
3-
name := "swagger-scala-client"
4-
5-
organization := "io.swagger"
6-
7-
scalaVersion := "2.11.8"
1+
version := "1.0.0"
2+
name := "swagger-scala-client"
3+
organization := "io.swagger"
4+
scalaVersion := "2.11.12"
85

96
libraryDependencies ++= Seq(
10-
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.4.2",
11-
"com.sun.jersey" % "jersey-core" % "1.19",
12-
"com.sun.jersey" % "jersey-client" % "1.19",
13-
"com.sun.jersey.contribs" % "jersey-multipart" % "1.19",
7+
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.9.2",
8+
"com.fasterxml.jackson.datatype" % "jackson-datatype-joda" % "2.9.2",
9+
"com.sun.jersey" % "jersey-core" % "1.19.4",
10+
"com.sun.jersey" % "jersey-client" % "1.19.4",
11+
"com.sun.jersey.contribs" % "jersey-multipart" % "1.19.4",
1412
"org.jfarcand" % "jersey-ahc-client" % "1.0.5",
1513
"io.swagger" % "swagger-core" % "1.5.8",
16-
"joda-time" % "joda-time" % "2.2",
17-
"org.joda" % "joda-convert" % "1.2",
18-
"org.scalatest" %% "scalatest" % "2.2.4" % "test",
19-
"junit" % "junit" % "4.8.1" % "test",
14+
"joda-time" % "joda-time" % "2.9.9",
15+
"org.joda" % "joda-convert" % "1.9.2",
16+
"org.scalatest" %% "scalatest" % "3.0.4" % "test",
17+
"junit" % "junit" % "4.12" % "test",
2018
"com.wordnik.swagger" %% "swagger-async-httpclient" % "0.3.5"
2119
)
2220

0 commit comments

Comments
 (0)