Skip to content

Commit 277177c

Browse files
authored
Merge pull request #136 from typelevel/update/http4s-circe-0.23.25
Update http4s-circe, http4s-ember-client to 0.23.25
2 parents 66377c9 + 70f5ac2 commit 277177c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
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.9.3",
2626
"org.gnieh" %%% "fs2-data-csv" % "1.10.0",
2727
"org.gnieh" %%% "fs2-data-csv-generic" % "1.10.0",
28-
"org.http4s" %%% "http4s-ember-client" % "0.23.24",
28+
"org.http4s" %%% "http4s-ember-client" % "0.23.25",
2929
"io.circe" %%% "circe-jawn" % "0.14.6",
30-
"org.http4s" %%% "http4s-circe" % "0.23.24",
30+
"org.http4s" %%% "http4s-circe" % "0.23.25",
3131
"com.monovore" %%% "decline-effect" % "2.4.1"
3232
),
3333
mimaPreviousArtifacts := Set()

0 commit comments

Comments
 (0)