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 Jan 22, 2024
1 parent 7c98e08 commit dc44411
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.16"
val jsoupVersion = "1.16.2"

scalaVersion := "2.13.12"
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.10.0"
val cxfVersion = "3.6.2"

Expand Down

0 comments on commit dc44411

Please sign in to comment.