Skip to content

Commit

Permalink
CA-853 upgrade swagger (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoet committed Jun 11, 2020
1 parent 7fd3ee2 commit c9afa83
Show file tree
Hide file tree
Showing 3 changed files with 1,645 additions and 1,325 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {
val logbackClassic: ModuleID = "ch.qos.logback" % "logback-classic" % "1.2.2"
val ravenLogback: ModuleID = "com.getsentry.raven" % "raven-logback" % "7.8.6"
val scalaLogging: ModuleID = "com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingV
val swaggerUi: ModuleID = "org.webjars" % "swagger-ui" % "2.2.5"
val swaggerUi: ModuleID = "org.webjars" % "swagger-ui" % "3.25.0"
val ficus: ModuleID = "com.iheart" %% "ficus" % "1.4.0"

val akkaActor: ModuleID = "com.typesafe.akka" %% "akka-actor" % akkaV
Expand Down
Loading

0 comments on commit c9afa83

Please sign in to comment.