Skip to content

Commit

Permalink
Merge pull request #201 from scala-steward/update/smithy-build-1.40.0
Browse files Browse the repository at this point in the history
Update smithy-build, smithy-model to 1.40.0
  • Loading branch information
lewisjkl authored Oct 19, 2023
2 parents a2c948c + 40517f2 commit b589f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ object Deps {
)
}
object smithy {
val smithyVersion = "1.37.0"
val smithyVersion = "1.40.0"
val model = ivy"software.amazon.smithy:smithy-model:$smithyVersion"
val build = ivy"software.amazon.smithy:smithy-build:$smithyVersion"
}
Expand Down

0 comments on commit b589f08

Please sign in to comment.