Skip to content

Commit

Permalink
Merge pull request #1237 from scala-steward/update/smithy-build-1.39.1
Browse files Browse the repository at this point in the history
Update smithy-build, smithy-model to 1.39.1
  • Loading branch information
mergify[bot] authored Oct 3, 2023
2 parents 611e157 + 1bb983c commit 665072d
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.39.0"
val smithyVersion = "1.39.1"
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 665072d

Please sign in to comment.