Skip to content

Commit 3cc9e90

Browse files
committed
Update smithy-aws-traits to 1.55.0
1 parent 36bddae commit 3cc9e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ lazy val core = module("core")
181181
"com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value,
182182
"com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test,
183183
"com.disneystreaming.alloy" % "alloy-core" % "0.3.14" % Test,
184-
"software.amazon.smithy" % "smithy-aws-traits" % "1.54.0" % Test,
184+
"software.amazon.smithy" % "smithy-aws-traits" % "1.55.0" % Test,
185185
).pipe(jsoniterFix)
186186
)
187187
.dependsOn(

smithy-build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"mavenDependencies": [
44
"com.disneystreaming.alloy:alloy-core:0.3.14",
55
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.26",
6-
"software.amazon.smithy:smithy-aws-traits:1.54.0"
6+
"software.amazon.smithy:smithy-aws-traits:1.55.0"
77
]
88
}

0 commit comments

Comments
 (0)