From 16039582e117ef7d4520c13c8249e04371efc124 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 20 Oct 2024 17:29:25 +0000 Subject: [PATCH] Update smithy-aws-traits to 1.52.0 --- build.sbt | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 0810835e..14cf2140 100644 --- a/build.sbt +++ b/build.sbt @@ -131,7 +131,7 @@ lazy val core = module("core") "com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value, "com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test, "com.disneystreaming.alloy" % "alloy-core" % "0.3.14" % Test, - "software.amazon.smithy" % "smithy-aws-traits" % "1.51.0" % Test, + "software.amazon.smithy" % "smithy-aws-traits" % "1.52.0" % Test, ), Smithy4sCodegenPlugin.defaultSettings(Test), ) diff --git a/smithy-build.json b/smithy-build.json index 554dbaed..4b7839fc 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -3,6 +3,6 @@ "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.14", "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.24", - "software.amazon.smithy:smithy-aws-traits:1.51.0" + "software.amazon.smithy:smithy-aws-traits:1.52.0" ] }