Skip to content
Open
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 backend/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading