Skip to content

Commit

Permalink
Merge pull request #124 from avasachinbaijal/AS-29
Browse files Browse the repository at this point in the history
Fix for AS-29
  • Loading branch information
svc-developer authored Apr 13, 2022
2 parents c29241f + 5c242f9 commit d86fb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ libraryDependencies ++= Seq(
//"com.typesafe.akka" % "akka-actor_2.11" % "2.3.9",
"org.scalatest" %% "scalatest" % "3.0.8" % "test",
"com.google.code.gson" % "gson" % "2.9.0",
"org.apache.httpcomponents" % "httpclient" % "4.5.11"
"org.apache.httpcomponents" % "httpclient" % "4.5.13"
)

// lazy val downloadSwaggerAndGenerateClient = taskKey[Unit]("Generating client from latest swagger.json")
Expand Down

0 comments on commit d86fb5b

Please sign in to comment.