Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {
lazy val http4sBlaze = "org.http4s" %% "http4s-blaze-server" % http4sVersion
lazy val http4sCirce = "org.http4s" %% "http4s-circe" % http4sVersion
lazy val http4sXmlInstances = "org.http4s" %% "http4s-scala-xml" % http4sVersion
lazy val swaggerModels = "io.swagger" % "swagger-models" % "1.6.3"
lazy val swaggerModels = "io.swagger" % "swagger-models" % "1.6.13"
lazy val swaggerCore = "io.swagger" % "swagger-core" % swaggerModels.revision
lazy val logbackClassic = "ch.qos.logback" % "logback-classic" % "1.2.7"
lazy val uadetector = "net.sf.uadetector" % "uadetector-resources" % "2014.10"
Expand Down