From fb5cfedfe6d4ae330a17996318f552955c44f8e2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 22 Mar 2024 18:13:54 +0000 Subject: [PATCH] Update smithy-aws-traits to 1.46.0 --- build.sbt | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index dc638860..34122edb 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.4" % Test, - "software.amazon.smithy" % "smithy-aws-traits" % "1.45.0" % Test, + "software.amazon.smithy" % "smithy-aws-traits" % "1.46.0" % Test, ), Smithy4sCodegenPlugin.defaultSettings(Test), ) diff --git a/smithy-build.json b/smithy-build.json index 5e158860..343dc017 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -3,6 +3,6 @@ "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.3.4", "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.9", - "software.amazon.smithy:smithy-aws-traits:1.45.0" + "software.amazon.smithy:smithy-aws-traits:1.46.0" ] }