Skip to content

Commit

Permalink
Merge pull request #152 from typelevel/update/http4s-circe-0.23.26
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-ember-client to 0.23.26
  • Loading branch information
zetashift authored Mar 5, 2024
2 parents 091ddc0 + 9416079 commit c471589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ lazy val toolkit = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"co.fs2" %%% "fs2-io" % "3.9.4",
"org.gnieh" %%% "fs2-data-csv" % "1.10.0",
"org.gnieh" %%% "fs2-data-csv-generic" % "1.10.0",
"org.http4s" %%% "http4s-ember-client" % "0.23.25",
"org.http4s" %%% "http4s-ember-client" % "0.23.26",
"io.circe" %%% "circe-jawn" % "0.14.6",
"org.http4s" %%% "http4s-circe" % "0.23.25",
"org.http4s" %%% "http4s-circe" % "0.23.26",
"com.monovore" %%% "decline-effect" % "2.4.1"
),
mimaPreviousArtifacts := Set()
Expand Down

0 comments on commit c471589

Please sign in to comment.