Skip to content

Commit

Permalink
Update smithy-build, smithy-model to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jul 14, 2023
1 parent a3097e9 commit 5ffff65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {

val Smithy = new {
val org = "software.amazon.smithy"
val smithyVersion = "1.33.0"
val smithyVersion = "1.34.0"
val model = org % "smithy-model" % smithyVersion
val testTraits = org % "smithy-protocol-test-traits" % smithyVersion
val build = org % "smithy-build" % smithyVersion
Expand Down

0 comments on commit 5ffff65

Please sign in to comment.