Skip to content

Commit ad2296b

Browse files
author
dwolla-oss-scala-steward[bot]
committed
Update http4s-circe, http4s-client, ... to 0.23.33
1 parent f10be40 commit ad2296b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ThisBuild / mergifyStewardConfig ~= { _.map {
3232
ThisBuild / mergifySuccessConditions += MergifyCondition.Custom("#approved-reviews-by>=1")
3333

3434
lazy val log4catsVersion = "2.7.1"
35-
lazy val http4sVersion = "0.23.32"
35+
lazy val http4sVersion = "0.23.33"
3636
lazy val munitVersion = "1.2.1"
3737

3838
lazy val root = tlCrossRootProject.aggregate(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
77
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.43")
88

99
libraryDependencies ++= {
10-
val http4sVersion = "0.23.32"
10+
val http4sVersion = "0.23.33"
1111

1212
Seq(
1313
"org.http4s" %% "http4s-ember-client" % http4sVersion,

0 commit comments

Comments
 (0)