Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion codegen/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
smithyVersion=1.62.0
smithyVersion=1.63.0
smithyGradleVersion=1.3.0
org.gradle.jvmargs=-Xmx4096M
org.gradle.configuration-cache=true
2 changes: 1 addition & 1 deletion scripts/generate-clients/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
// Use full commit hash as we explicitly fetch it.
// Comparison link (update with previous hash):
// https://github.com/smithy-lang/smithy-typescript/compare/56a65e69af8a8b7a814a92af716009cabe4b0b42...472a5ea035237e10c560ed362c0e0105805ad26f
SMITHY_TS_COMMIT: "07f95d95712b511256b542c4dfa368bd70580be8",
SMITHY_TS_COMMIT: "3078a958f1ce563503963eb9492c83610fe1cef5",
};

if (module.exports.SMITHY_TS_COMMIT.length < 40) {
Expand Down
Loading