diff --git a/build.sbt b/build.sbt index b1fe3a0f5..cd1609aed 100644 --- a/build.sbt +++ b/build.sbt @@ -179,7 +179,7 @@ lazy val server = project "org.webjars" % "font-awesome" % "6.7.2", "org.webjars" % "jquery" % "3.7.1", "org.webjars.bower" % "select2" % "4.0.13", - "org.webjars" % "swagger-ui" % "5.20.0" + "org.webjars" % "swagger-ui" % "5.20.1" ), Compile / unmanagedResourceDirectories += (Assets / WebKeys.public).value, Compile / resourceGenerators += (Assets / WebKeys.assets).map(Seq(_)),