We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f84c75 commit 4fe19d5Copy full SHA for 4fe19d5
codegen/gradle.properties
@@ -1,2 +1,2 @@
1
-smithyVersion=1.51.0
+smithyVersion=1.52.0
2
smithyGradleVersion=0.6.0
scripts/generate-clients/config.js
@@ -1,7 +1,7 @@
// Update this commit when taking up new changes from smithy-typescript.
module.exports = {
3
// Use full commit hash as we explicitly fetch it.
4
- SMITHY_TS_COMMIT: "98d74245c48bc5cf0153112d1dbaa1fcde4139df",
+ SMITHY_TS_COMMIT: "140751e77d414e45d9100a5698744b08fc9a21fa",
5
};
6
7
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments