File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
modules/swagger-codegen/src/main/resources/akka-scala
samples/client/petstore/akka-scala Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ scalaVersion := "2.11.12"
5
5
6
6
libraryDependencies ++= Seq(
7
7
"com.typesafe" % "config" % "1.3.2",
8
- "com.typesafe.akka" %% "akka-actor" % "2.5.8 ",
8
+ "com.typesafe.akka" %% "akka-actor" % "2.5.32 ",
9
9
"io.spray" % "spray-client" % "1.3.1",
10
10
"joda-time" % "joda-time" % "2.9.9",
11
11
"org.json4s" %% "json4s-jackson" % "3.5.3",
12
12
// test dependencies
13
13
"org.scalatest" %% "scalatest" % "3.0.4" % "test",
14
- "junit" % "junit" % "4.12 " % "test"
14
+ "junit" % "junit" % "4.13.2 " % "test"
15
15
)
16
16
17
17
resolvers ++= Seq(Resolver.mavenLocal)
Original file line number Diff line number Diff line change 19
19
<json4s .jackson.version >3.5.3</json4s .jackson.version >
20
20
<json4s .ext.version >3.2.11</json4s .ext.version >
21
21
<spray .version >1.3.1</spray .version >
22
- <akka .version >2.5.8 </akka .version >
22
+ <akka .version >2.5.32 </akka .version >
23
23
<joda .time.version >2.9.9</joda .time.version >
24
24
25
- <junit .version >4.12 </junit .version >
25
+ <junit .version >4.13.2 </junit .version >
26
26
<scala .test.version >3.0.4</scala .test.version >
27
27
28
28
<scala .maven.plugin.version >3.3.1</scala .maven.plugin.version >
240
240
</plugin >
241
241
</plugins >
242
242
</build >
243
- </project >
243
+ </project >
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ scalaVersion := "2.11.12"
5
5
6
6
libraryDependencies ++= Seq (
7
7
" com.typesafe" % " config" % " 1.3.2" ,
8
- " com.typesafe.akka" %% " akka-actor" % " 2.5.8 " ,
8
+ " com.typesafe.akka" %% " akka-actor" % " 2.5.32 " ,
9
9
" io.spray" % " spray-client" % " 1.3.1" ,
10
10
" joda-time" % " joda-time" % " 2.9.9" ,
11
11
" org.json4s" %% " json4s-jackson" % " 3.5.3" ,
12
12
// test dependencies
13
13
" org.scalatest" %% " scalatest" % " 3.0.4" % " test" ,
14
- " junit" % " junit" % " 4.12 " % " test"
14
+ " junit" % " junit" % " 4.13.2 " % " test"
15
15
)
16
16
17
17
resolvers ++= Seq (Resolver .mavenLocal)
Original file line number Diff line number Diff line change 19
19
<json4s .jackson.version>3.5.3</json4s .jackson.version>
20
20
<json4s .ext.version>3.2.11</json4s .ext.version>
21
21
<spray .version>1.3.1</spray .version>
22
- <akka .version>2.5.8 </akka .version>
22
+ <akka .version>2.5.32 </akka .version>
23
23
<joda .time.version>2.9.9</joda .time.version>
24
24
25
- <junit .version>4.12 </junit .version>
25
+ <junit .version>4.13.2 </junit .version>
26
26
<scala .test.version>3.0.4</scala .test.version>
27
27
28
28
<scala .maven.plugin.version>3.3.1</scala .maven.plugin.version>
240
240
</plugin >
241
241
</plugins >
242
242
</build >
243
- </project >
243
+ </project >
You can’t perform that action at this time.
0 commit comments