From 32c27c508f56b8bd58dd87e975f03d9dfa28a980 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 23 May 2026 15:06:05 +0000 Subject: [PATCH] Update smithy4s-aws-http4s, ... to 0.18.53 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a0088e8..53e4582 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44") -addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.16") +addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.53") addSbtPlugin("org.typelevel" %% "sbt-feral-lambda" % "0.2.4") // Development tools addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")