Skip to content

Commit

Permalink
Merge pull request #739 from scala-steward/update/smithy-build-1.27.1
Browse files Browse the repository at this point in the history
Update smithy-build, smithy-model to 1.27.1
  • Loading branch information
Baccata authored Jan 30, 2023
2 parents 69407e7 + 90a5684 commit 24589c1
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 @@ -16,7 +16,7 @@ object Dependencies {

val Smithy = new {
val org = "software.amazon.smithy"
val smithyVersion = "1.26.4"
val smithyVersion = "1.27.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 24589c1

Please sign in to comment.