Skip to content

Commit

Permalink
Update smithy-aws-traits to 1.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 21, 2024
1 parent 2549273 commit 7c89c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ lazy val core = module("core")
"com.disneystreaming.smithy4s" %% "smithy4s-aws-http4s" % smithy4sVersion.value,
"com.disneystreaming.smithy4s" % "smithy4s-protocol" % smithy4sVersion.value % Test,
"com.disneystreaming.alloy" % "alloy-core" % "0.3.14" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.52.1" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.53.0" % Test,
)
)
.dependsOn(
Expand Down
2 changes: 1 addition & 1 deletion smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.3.14",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.25",
"software.amazon.smithy:smithy-aws-traits:1.52.1"
"software.amazon.smithy:smithy-aws-traits:1.53.0"
]
}

0 comments on commit 7c89c6a

Please sign in to comment.