Skip to content

Commit

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

Update smithy-aws-traits to 1.29.0
  • Loading branch information
mergify[bot] committed Apr 5, 2023
2 parents b10c215 + 4ba29ff commit 14f7789
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -132,7 +132,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.1.15" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.28.1" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.29.0" % Test,
),
Smithy4sCodegenPlugin.defaultSettings(Test),
)
Expand Down
2 changes: 1 addition & 1 deletion smithy-build.json
Expand Up @@ -3,6 +3,6 @@
"mavenDependencies": [
"com.disneystreaming.alloy:alloy-core:0.1.15",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.17.5",
"software.amazon.smithy:smithy-aws-traits:1.28.1"
"software.amazon.smithy:smithy-aws-traits:1.29.0"
]
}

0 comments on commit 14f7789

Please sign in to comment.