Skip to content

Commit

Permalink
Update http4s-circe, http4s-dsl to 0.23.24
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 15, 2023
1 parent 5bd23a4 commit 55bfe9a
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 @@ -12,7 +12,7 @@ object Dependencies {
}

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

0 comments on commit 55bfe9a

Please sign in to comment.