From b66517b57e412c725fbb0e0cc37b0284b83df432 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 28 Jul 2023 15:17:51 +0000 Subject: [PATCH] Update smithy-aws-protocol-tests, ... to 1.35.0 --- build.sc | 2 +- smithy-build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sc b/build.sc index 804472b..8c0e71e 100644 --- a/build.sc +++ b/build.sc @@ -180,7 +180,7 @@ object `protocol-tests` extends BaseJavaModule { object Deps { val smithy = new { - val smithyVersion = "1.33.0" + val smithyVersion = "1.35.0" val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion" val awsTraits = ivy"software.amazon.smithy:smithy-aws-traits:$smithyVersion" val awsProtocolTestTraits = diff --git a/smithy-build.json b/smithy-build.json index 3175b74..8ace044 100644 --- a/smithy-build.json +++ b/smithy-build.json @@ -2,7 +2,7 @@ "imports": ["modules/core/resources", "modules/protocol-tests/resources"], "maven": { "dependencies": [ - "software.amazon.smithy:smithy-protocol-test-traits:1.33.0" + "software.amazon.smithy:smithy-protocol-test-traits:1.35.0" ] } }