Skip to content

Commit 7afb32a

Browse files
committed
chore: update smithy-openapi, ... from 1.70.0 to 1.71.0
1 parent aefe4e3 commit 7afb32a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Dependencies {
99

1010
val scalaVersion = "3.3.7"
1111
val smithy4sVersion = "0.18.53"
12-
val smithyVersion = "1.70.0"
12+
val smithyVersion = "1.71.0"
1313

1414
val smithyCore = "com.disneystreaming.smithy4s" %% "smithy4s-core" % smithy4sVersion
1515
val smithyInteropCats = "com.disneystreaming.smithy4s" %% "smithy4s-cats" % smithy4sVersion
@@ -18,7 +18,7 @@ object Dependencies {
1818
val smithy4sCompliance = "com.disneystreaming.smithy4s" %% "smithy4s-compliance-tests" % smithy4sVersion
1919
val alloyCore = "com.disneystreaming.alloy" % "alloy-core" % "0.3.39"
2020
val alloyOpenapi = "com.disneystreaming.alloy" %% "alloy-openapi" % "0.3.39"
21-
val smithyOpenapi = "software.amazon.smithy" % "smithy-openapi" % "1.70.0"
21+
val smithyOpenapi = "software.amazon.smithy" % "smithy-openapi" % "1.71.0"
2222

2323
val opentelemetryBOM = "io.opentelemetry" % "opentelemetry-bom" % "1.62.0"
2424
val opentelemetryBOMAlpha = "io.opentelemetry" % "opentelemetry-bom-alpha" % "1.53.0-alpha"

0 commit comments

Comments
 (0)