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 7e7e222 commit 07f5dd3Copy full SHA for 07f5dd3
codegen/gradle.properties
@@ -1,2 +1,2 @@
1
-smithyVersion=1.50.0
+smithyVersion=1.51.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: "5c4370ae7df25b219c1facb6203ead15b9334d12",
+ SMITHY_TS_COMMIT: "98d74245c48bc5cf0153112d1dbaa1fcde4139df",
5
};
6
7
if (module.exports.SMITHY_TS_COMMIT.length < 40) {
0 commit comments