Skip to content

Commit 26b9129

Browse files
authored
Merge pull request #314 from Dwolla/update/http4s-circe-0.23.33
Update http4s-circe, http4s-client, ... to 0.23.33
2 parents fac45fc + ad2296b commit 26b9129

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.44")
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)