Skip to content

Commit

Permalink
chore(deps): update http4s packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 20, 2023
1 parent 24b8e2d commit 3f3734a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autotest/IntegTester/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "IntegTester"
version := "1.0"

val CirceVersion = "0.12.1"
val Http4sVersion = "0.21.8"
val Http4sVersion = "0.23.15"
val jsoupVersion = "1.15.4"

scalaVersion := "2.13.11"
Expand Down
2 changes: 1 addition & 1 deletion autotest/Tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependsOn(LocalProject("IntegTester"), LocalProject("config"))
inConfig(Serial)(Defaults.testTasks)

val circeVersion = "0.12.1"
val http4sVersion = "0.21.8"
val http4sVersion = "0.23.12"
val catsVersion = "2.9.0"
val cxfVersion = "3.6.1"

Expand Down

0 comments on commit 3f3734a

Please sign in to comment.