Skip to content

Commit 1b9c6c3

Browse files
authored
Merge pull request #209 from typelevel/update/http4s-circe-0.23.29
Update http4s-circe, http4s-ember-client to 0.23.29
2 parents 9ea5463 + 332d5e3 commit 1b9c6c3

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.11.0",
2626
"org.gnieh" %%% "fs2-data-csv" % "1.11.1",
2727
"org.gnieh" %%% "fs2-data-csv-generic" % "1.11.1",
28-
"org.http4s" %%% "http4s-ember-client" % "0.23.28",
28+
"org.http4s" %%% "http4s-ember-client" % "0.23.29",
2929
"io.circe" %%% "circe-jawn" % "0.14.8",
30-
"org.http4s" %%% "http4s-circe" % "0.23.28",
30+
"org.http4s" %%% "http4s-circe" % "0.23.29",
3131
"com.monovore" %%% "decline-effect" % "2.4.1"
3232
),
3333
mimaPreviousArtifacts := Set()

0 commit comments

Comments
 (0)