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 May 31, 2022
1 parent f710813 commit 927234c
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.12"
val jsoupVersion = "1.14.3"

scalaVersion := "2.13.8"
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.11"
val catsVersion = "2.7.0"
val cxfVersion = "3.5.2"

Expand Down

0 comments on commit 927234c

Please sign in to comment.