Skip to content

Commit

Permalink
Update smithy-build, smithy-model to 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 18, 2023
1 parent d0989bc commit f93fa73
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 f93fa73

Please sign in to comment.