Skip to content

Commit

Permalink
Update Smithy Version (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: Smithy Automation <[email protected]>
  • Loading branch information
smithy-automation and aws-smithy-automation authored May 15, 2024
1 parent 02c2f15 commit 0bf292e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conversion-examples/smithy-to-openapi/smithy-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"sources": ["models"],
"maven": {
"dependencies": [
"software.amazon.smithy:smithy-openapi:1.48.0",
"software.amazon.smithy:smithy-aws-traits:1.48.0"
"software.amazon.smithy:smithy-openapi:1.49.0",
"software.amazon.smithy:smithy-aws-traits:1.49.0"
]
},
"projections": {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
smithyVersion=1.48.0
smithyVersion=1.49.0
smithyGradleVersion=1.0.0
2 changes: 1 addition & 1 deletion quickstart-examples/quickstart-gradle/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
smithyVersion=1.48.0
smithyVersion=1.49.0
smithyGradleVersion=1.0.0

0 comments on commit 0bf292e

Please sign in to comment.