File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ThisBuild / mergifyStewardConfig ~= { _.map {
3232ThisBuild / mergifySuccessConditions += MergifyCondition .Custom (" #approved-reviews-by>=1" )
3333
3434lazy val log4catsVersion = " 2.7.1"
35- lazy val http4sVersion = " 0.23.32 "
35+ lazy val http4sVersion = " 0.23.33 "
3636lazy val munitVersion = " 1.2.1"
3737
3838lazy val root = tlCrossRootProject.aggregate(
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1")
77addSbtPlugin(" com.disneystreaming.smithy4s" % " smithy4s-sbt-codegen" % " 0.18.44" )
88
99libraryDependencies ++= {
10- val http4sVersion = " 0.23.32 "
10+ val http4sVersion = " 0.23.33 "
1111
1212 Seq (
1313 " org.http4s" %% " http4s-ember-client" % http4sVersion,
You can’t perform that action at this time.
0 commit comments