From 84ebaa5c022eff787617e803729267a9b08e3891 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 12 Dec 2025 16:25:23 +0000 Subject: [PATCH] Update smithy-aws-protocol-tests, ... to 1.65.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index af0b7b2..dcd59d0 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.65.0" val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion" val awsTraits = ivy"software.amazon.smithy:smithy-aws-traits:$smithyVersion" val awsProtocolTestTraits =