From 7afb32a77dc639757918422e81f1f84dba172acf Mon Sep 17 00:00:00 2001 From: Tobias Jonas Date: Sun, 24 May 2026 00:59:22 +0000 Subject: [PATCH] chore: update smithy-openapi, ... from 1.70.0 to 1.71.0 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 46d89d1..3673a0b 100755 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -9,7 +9,7 @@ object Dependencies { val scalaVersion = "3.3.7" val smithy4sVersion = "0.18.53" - val smithyVersion = "1.70.0" + val smithyVersion = "1.71.0" val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion val smithyInteropCats = "com.disneystreaming.smithy4s" %% "smithy4s-cats" % smithy4sVersion @@ -18,7 +18,7 @@ object Dependencies { val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.39" val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.39" - val smithyOpenapi = "software.amazon.smithy" % "smithy-openapi" % "1.70.0" + val smithyOpenapi = "software.amazon.smithy" % "smithy-openapi" % "1.71.0" val opentelemetryBOM = "io.opentelemetry" % "opentelemetry-bom" % "1.62.0" val opentelemetryBOMAlpha = "io.opentelemetry" % "opentelemetry-bom-alpha" % "1.53.0-alpha"