From 462e2813558bf5b44db45e968b9412d63fbe83d6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 15 Jan 2026 16:33:26 +0000 Subject: [PATCH 1/2] Update smithy-aws-protocol-tests, ... to 1.66.0 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 4707690..45b093e 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.66.0" val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion" val awsTraits = ivy"software.amazon.smithy:smithy-aws-traits:$smithyVersion" val awsProtocolTestTraits = From e4d4c64114f29cce81e561ff05e80b39c569800d Mon Sep 17 00:00:00 2001 From: Jeff Lewis Date: Thu, 22 Jan 2026 10:36:05 -0700 Subject: [PATCH 2/2] fix sorting error in test --- .../validation/SimpleRestJsonTimestampFormatValidatorSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core/test/src/alloy/validation/SimpleRestJsonTimestampFormatValidatorSpec.scala b/modules/core/test/src/alloy/validation/SimpleRestJsonTimestampFormatValidatorSpec.scala index 9d8e137..2cb9025 100644 --- a/modules/core/test/src/alloy/validation/SimpleRestJsonTimestampFormatValidatorSpec.scala +++ b/modules/core/test/src/alloy/validation/SimpleRestJsonTimestampFormatValidatorSpec.scala @@ -94,7 +94,7 @@ final class SimpleRestJsonTimestampFormatValidatorSpec extends munit.FunSuite { ) .build() ) - assertEquals(result, expected) + assertEquals(result.sortBy(_.toString), expected.sortBy(_.toString)) } test(