Skip to content

Commit 7c97b4a

Browse files
Merge pull request #264 from scala-steward/update/smithy-aws-protocol-tests-1.66.0
Update smithy-aws-protocol-tests, ... to 1.66.0
1 parent f971fa3 commit 7c97b4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ object docs extends BasePublishModule {
225225

226226
object Deps {
227227
val smithy = new {
228-
val smithyVersion = "1.63.0"
228+
val smithyVersion = "1.66.0"
229229
val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion"
230230
val awsTraits = ivy"software.amazon.smithy:smithy-aws-traits:$smithyVersion"
231231
val awsProtocolTestTraits =

modules/core/test/src/alloy/validation/SimpleRestJsonTimestampFormatValidatorSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ final class SimpleRestJsonTimestampFormatValidatorSpec extends munit.FunSuite {
9494
)
9595
.build()
9696
)
97-
assertEquals(result, expected)
97+
assertEquals(result.sortBy(_.toString), expected.sortBy(_.toString))
9898
}
9999

100100
test(

0 commit comments

Comments
 (0)