diff --git a/backend/build.sbt b/backend/build.sbt index 0efa373..95759a5 100644 --- a/backend/build.sbt +++ b/backend/build.sbt @@ -73,7 +73,7 @@ libraryDependencies ++= Seq( ws, specs2 % Test, guice, - "org.webjars" % "swagger-ui" % "5.18.2" + "org.webjars" % "swagger-ui" % "5.18.3" ) Test / javaOptions += "-Dconfig.file=conf/test.conf"