Skip to content

Commit

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

Update smithy-aws-traits to 1.41.1
  • Loading branch information
mergify[bot] authored Nov 17, 2023
2 parents e503752 + 479f936 commit 27e6c80
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.2.8" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.41.0" % Test,
"software.amazon.smithy" % "smithy-aws-traits" % "1.41.1" % 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.2.8",
"com.disneystreaming.smithy4s:smithy4s-protocol:0.18.2",
"software.amazon.smithy:smithy-aws-traits:1.41.0"
"software.amazon.smithy:smithy-aws-traits:1.41.1"
]
}

0 comments on commit 27e6c80

Please sign in to comment.