Skip to content

Commit

Permalink
jsoup 1.16.2 (was 1.16.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and mkurz committed Oct 22, 2023
1 parent 2dbf216 commit 101591b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play-scala-chatroom-example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val root = (project in file("."))
"org.webjars" % "flot" % "0.8.3-1",
"org.webjars" % "bootstrap" % "3.3.7-1",
"net.logstash.logback" % "logstash-logback-encoder" % "7.3",
"org.jsoup" % "jsoup" % "1.16.1",
"org.jsoup" % "jsoup" % "1.16.2",
"ch.qos.logback" % "logback-classic" % "1.4.11",
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
Expand Down

0 comments on commit 101591b

Please sign in to comment.