Skip to content

Commit 54e9afd

Browse files
authored
Merge pull request #233 from scala-steward/update/http4s-blaze-client-0.23.3
Update http4s-blaze-client, ... to 0.23.3
2 parents 2e09150 + 9e80b56 commit 54e9afd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: build.sbt

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ val root =
122122
libraryDependencies ++= Seq(
123123
"org.typelevel" %% "cats-mtl" % "1.2.1",
124124
"com.monovore" %% "decline-effect" % "2.1.0",
125-
"org.http4s" %% "http4s-dsl" % "0.23.2",
126-
"org.http4s" %% "http4s-blaze-server" % "0.23.2",
127-
"org.http4s" %% "http4s-blaze-client" % "0.23.2",
128-
"org.http4s" %% "http4s-circe" % "0.23.2",
125+
"org.http4s" %% "http4s-dsl" % "0.23.3",
126+
"org.http4s" %% "http4s-blaze-server" % "0.23.3",
127+
"org.http4s" %% "http4s-blaze-client" % "0.23.3",
128+
"org.http4s" %% "http4s-circe" % "0.23.3",
129129
"ch.qos.logback" % "logback-classic" % "1.2.5",
130130
"io.circe" %% "circe-parser" % "0.14.1",
131131
"dev.optics" %% "monocle-core" % "3.0.0"

0 commit comments

Comments
 (0)