diff --git a/backend/build.sbt b/backend/build.sbt index 0165651f..6acc2a1c 100644 --- a/backend/build.sbt +++ b/backend/build.sbt @@ -76,7 +76,7 @@ libraryDependencies ++= Seq( "net.openhft" % "zero-allocation-hashing" % "0.27ea1", "com.github.pureconfig" %% "pureconfig" % pureConfigVersion, // depend on this plugin to be able to provide custom OutputTransformer - "io.github.play-swagger" %% "play-swagger" % "2.0.6", + "io.github.play-swagger" %% "play-swagger" % "3.1.4", "com.github.fdimuccio" %% "play2-sockjs" % "0.10.0", // basic jwt token and jwks support