Skip to content

Commit

Permalink
Update http4s-jdk-http-client to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2023
1 parent 2d7560e commit 5072b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import mill._
import mill.scalalib._
import mill.*
import mill.scalalib.*

object Dependencies {
lazy val circe = {
Expand All @@ -13,7 +13,7 @@ object Dependencies {

lazy val http4s = {
val version = "0.23.23"
val jdkClientVersion = "0.5.0"
val jdkClientVersion = "0.9.1"
Agg(
ivy"org.http4s::http4s-dsl:$version",
ivy"org.http4s::http4s-circe:$version",
Expand Down

0 comments on commit 5072b59

Please sign in to comment.