Skip to content

Commit

Permalink
Merge pull request #2142 from scala-steward/update/swagger-ui-4.18.2
Browse files Browse the repository at this point in the history
Update swagger-ui to 4.18.2
  • Loading branch information
notflorian authored Apr 24, 2023
2 parents 1fd75fc + e9dccff commit 1d0d6ee
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 @@ -93,7 +93,7 @@ libraryDependencies ++= Seq(
"org.eclipse.jgit" % "org.eclipse.jgit" % "6.5.0.202303070854-r",
// Swagger
"io.swagger" % "swagger-annotations" % "1.6.10", // do not upgrade beyond 1.x because of sbt-swagger-play compatibility
"org.webjars" % "swagger-ui" % "4.17.1",
"org.webjars" % "swagger-ui" % "4.18.2",

"com.h2database" % "h2" % "1.4.199",
"commons-io" % "commons-io" % "2.11.0",
Expand Down

0 comments on commit 1d0d6ee

Please sign in to comment.