Skip to content

Commit

Permalink
Update jsoup to 1.16.1 (#2752)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 4, 2023
1 parent 6e21308 commit c6f7d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/deps.sc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Deps {
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-core::${Versions.jsoniterScala}"
def jsoniterMacros =
ivy"com.github.plokhotnyuk.jsoniter-scala::jsoniter-scala-macros:${Versions.jsoniterScala}"
def jsoup = ivy"org.jsoup:jsoup:1.15.4"
def jsoup = ivy"org.jsoup:jsoup:1.16.1"
def logbackClassic = ivy"ch.qos.logback:logback-classic:1.2.12"
def macroParadise = ivy"org.scalamacros:::paradise:2.1.1"
def mdoc = ivy"org.scalameta::mdoc:2.3.7"
Expand Down

0 comments on commit c6f7d03

Please sign in to comment.