Skip to content

Commit

Permalink
Update http4s-circe, http4s-client, ... to 0.23.30
Browse files Browse the repository at this point in the history
  • Loading branch information
dwolla-oss-scala-steward[bot] committed Dec 4, 2024
1 parent c3d4f59 commit c924c46
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.29"
lazy val http4sVersion = "0.23.30"
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.29"
val http4sVersion = "0.23.30"

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

0 comments on commit c924c46

Please sign in to comment.