From 479f936bec5004c6d36adabef35a138d7d0ae222 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 17 Nov 2023 20:02:04 +0000 Subject: [PATCH] Update smithy-aws-traits to 1.41.1 --- build.sbt | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b16a9a2a..fc24af7c 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.2.8" % Test, - "software.amazon.smithy" % "smithy-aws-traits" % "1.41.0" % Test, + "software.amazon.smithy" % "smithy-aws-traits" % "1.41.1" % Test, ), Smithy4sCodegenPlugin.defaultSettings(Test), ) diff --git a/smithy-build.json b/smithy-build.json index b44e31ad..8afc9c2f 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -3,6 +3,6 @@ "mavenDependencies": [ "com.disneystreaming.alloy:alloy-core:0.2.8", "com.disneystreaming.smithy4s:smithy4s-protocol:0.18.2", - "software.amazon.smithy:smithy-aws-traits:1.41.0" + "software.amazon.smithy:smithy-aws-traits:1.41.1" ] }