From 7df0c5a9004f33eebcbeb659814435419bb4bce7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 12 Nov 2025 15:34:09 +0000 Subject: [PATCH] Update smithy-aws-protocol-tests, ... to 1.64.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index af0b7b2..31655a5 100644 --- a/build.sc +++ b/build.sc @@ -225,7 +225,7 @@ object docs extends BasePublishModule { object Deps { val smithy = new { - val smithyVersion = "1.63.0" + val smithyVersion = "1.64.0" val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion" val awsTraits = ivy"software.amazon.smithy:smithy-aws-traits:$smithyVersion" val awsProtocolTestTraits =