We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0e5688 + 7dc7d65 commit c54cf89Copy full SHA for c54cf89
1 file changed
play-scala-chatroom-example/build.sbt
@@ -14,7 +14,7 @@ lazy val root = (project in file("."))
14
"org.webjars" % "flot" % "0.8.3-1",
15
"org.webjars" % "bootstrap" % "3.3.7-1",
16
"net.logstash.logback" % "logstash-logback-encoder" % "7.3",
17
- "org.jsoup" % "jsoup" % "1.18.3",
+ "org.jsoup" % "jsoup" % "1.21.1",
18
"ch.qos.logback" % "logback-classic" % "1.5.18",
19
"org.apache.pekko" %% "pekko-slf4j" % pekkoVersion,
20
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
0 commit comments