Skip to content

Commit

Permalink
Merge pull request #415 from scala-steward/update/smithy-aws-traits-1…
Browse files Browse the repository at this point in the history
….48.0

Update smithy-aws-traits, smithy-model to 1.48.0
  • Loading branch information
mergify[bot] authored Apr 27, 2024
2 parents f818f69 + 739cdde commit 8fdafc5
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 @@ -131,7 +131,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.7" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.47.0" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.48.0" % Test,
),
Smithy4sCodegenPlugin.defaultSettings(Test),
)
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.7",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.16",
"software.amazon.smithy:smithy-aws-traits:1.47.0"
"software.amazon.smithy:smithy-aws-traits:1.48.0"
]
}

0 comments on commit 8fdafc5

Please sign in to comment.