Skip to content

Commit

Permalink
Merge pull request #212 from Dwolla/update/http4s-circe-0.23.29
Browse files Browse the repository at this point in the history
Update http4s-circe, http4s-client, ... to 0.23.29
  • Loading branch information
mergify[bot] authored Oct 24, 2024
2 parents 7ff6a02 + 387d88f commit 5fece23
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.28"
lazy val http4sVersion = "0.23.29"
lazy val munitVersion = "1.0.2"

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.17.0")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.25")

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

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

0 comments on commit 5fece23

Please sign in to comment.