Skip to content

Commit b9cbc47

Browse files
authored
chore(codegen): bump smithy-plugin to 0.7.0 (#7388)
1 parent f449c5b commit b9cbc47

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 @@
11
smithyVersion=1.62.0
22
smithyGradleVersion=1.3.0
3-
smithyPluginVersion=0.6.0
3+
smithyPluginVersion=0.7.0
44
org.gradle.jvmargs=-Xmx4096M

scripts/generate-clients/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Update this commit when taking up new changes from smithy-typescript.
22
module.exports = {
33
// Use full commit hash as we explicitly fetch it.
4-
SMITHY_TS_COMMIT: "3ae16ff12819fc54a3e95475de0515f92bd34d09",
4+
SMITHY_TS_COMMIT: "86e06f3df937bb1d1b642d6076ca531542698c2b",
55
};
66

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

0 commit comments

Comments
 (0)