From 1665662792777850def6a6f9e633401500006a37 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Dec 2023 16:13:34 +0000 Subject: [PATCH] Update smithy-aws-traits to 1.42.0 --- build.sbt | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ff2bcf1e..29251bf7 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.1" % Test, + "software.amazon.smithy" % "smithy-aws-traits" % "1.42.0" % Test, ), Smithy4sCodegenPlugin.defaultSettings(Test), ) diff --git a/smithy-build.json b/smithy-build.json index 8afc9c2f..0f8d4059 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.1" + "software.amazon.smithy:smithy-aws-traits:1.42.0" ] }