Skip to content

Commit

Permalink
jsoup: 1.17.1 -> 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
earldouglas committed Jan 1, 2024
1 parent 11cd504 commit bba6409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ lazy val producers =
libraryDependencies += "dev.zio" %% "zio-test" % zioVersion % "test",
libraryDependencies += "dev.zio" %% "zio-test-sbt" % zioVersion % "test",
libraryDependencies += "org.mariadb.jdbc" % "mariadb-java-client" % "3.3.1",
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.1",
libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2",
libraryDependencies += "org.ocpsoft.prettytime" % "prettytime" % "5.0.7.Final",
testFrameworks += new TestFramework(
"zio.test.sbt.ZTestFramework"
Expand Down

0 comments on commit bba6409

Please sign in to comment.