From 2b571ba670fd2b6d1f2c14f5a85ec48a12f4a37f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 1 Feb 2026 12:04:29 +0000 Subject: [PATCH] Update smithy-aws-protocol-tests, ... to 1.67.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 595b381..c48f114 100644 --- a/build.sc +++ b/build.sc @@ -225,7 +225,7 @@ object docs extends BasePublishModule { object Deps { val smithy = new { - val smithyVersion = "1.66.0" + val smithyVersion = "1.67.0" val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion" val awsTraits = ivy"software.amazon.smithy:smithy-aws-traits:$smithyVersion" val awsProtocolTestTraits =