Skip to content

Commit 174df64

Browse files
authored
Merge pull request #178 from typelevel/update/http4s-circe-0.23.27
Update http4s-circe, http4s-ember-client to 0.23.27
2 parents 4025c2d + 9d41ed4 commit 174df64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
2525
"co.fs2" %%% "fs2-io" % "3.10.2",
2626
"org.gnieh" %%% "fs2-data-csv" % "1.11.0",
2727
"org.gnieh" %%% "fs2-data-csv-generic" % "1.11.0",
28-
"org.http4s" %%% "http4s-ember-client" % "0.23.26",
28+
"org.http4s" %%% "http4s-ember-client" % "0.23.27",
2929
"io.circe" %%% "circe-jawn" % "0.14.7",
30-
"org.http4s" %%% "http4s-circe" % "0.23.26",
30+
"org.http4s" %%% "http4s-circe" % "0.23.27",
3131
"com.monovore" %%% "decline-effect" % "2.4.1"
3232
),
3333
mimaPreviousArtifacts := Set()

0 commit comments

Comments
 (0)