Skip to content

Commit

Permalink
Merge pull request #198 from Dwolla/update/http4s-circe-0.23.28
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-client, ... to 0.23.28
  • Loading branch information
mergify[bot] authored Sep 12, 2024
2 parents 0cde166 + 9b9205b commit 91a7f77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ThisBuild / mergifyStewardConfig ~= { _.map {
ThisBuild / mergifySuccessConditions += MergifyCondition.Custom("#approved-reviews-by>=1")

lazy val log4catsVersion = "2.7.0"
lazy val http4sVersion = "0.23.27"
lazy val http4sVersion = "0.23.28"
lazy val munitVersion = "1.0.1"

lazy val root = tlCrossRootProject.aggregate(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.24")

libraryDependencies ++= {
val http4sVersion = "0.23.27"
val http4sVersion = "0.23.28"

Seq(
"org.http4s" %% "http4s-ember-client" % http4sVersion,
Expand Down

0 comments on commit 91a7f77

Please sign in to comment.