Skip to content

Commit beb698c

Browse files
authored
chore(codegen): upgrade smithy to 1.63.0 (#7474)
1 parent 4a796b6 commit beb698c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codegen/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
smithyVersion=1.62.0
1+
smithyVersion=1.63.0
22
smithyGradleVersion=1.3.0
33
org.gradle.jvmargs=-Xmx4096M
44
org.gradle.configuration-cache=true

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
// Use full commit hash as we explicitly fetch it.
44
// Comparison link (update with previous hash):
55
// https://github.com/smithy-lang/smithy-typescript/compare/56a65e69af8a8b7a814a92af716009cabe4b0b42...472a5ea035237e10c560ed362c0e0105805ad26f
6-
SMITHY_TS_COMMIT: "07f95d95712b511256b542c4dfa368bd70580be8",
6+
SMITHY_TS_COMMIT: "3078a958f1ce563503963eb9492c83610fe1cef5",
77
};
88

99
if (module.exports.SMITHY_TS_COMMIT.length < 40) {

0 commit comments

Comments
 (0)