Skip to content

Commit 2a11640

Browse files
authored
chore(codegen): update Gradle build script dependencies (#5999)
1 parent 27ef27f commit 2a11640

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

codegen/smithy-aws-typescript-codegen/build.gradle.kts

+11-6
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,20 @@ buildscript {
3535
}
3636

3737
dependencies {
38+
// Smithy TypeScript
39+
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")
40+
41+
// Smithy generic dependencies
42+
api("software.amazon.smithy:smithy-model:$smithyVersion")
43+
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
44+
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
45+
api("software.amazon.smithy:smithy-waiters:$smithyVersion")
46+
47+
// Smithy AWS dependencies
3848
api("software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion")
39-
api("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
4049
api("software.amazon.smithy:smithy-aws-endpoints:$smithyVersion")
41-
api("software.amazon.smithy:smithy-waiters:$smithyVersion")
4250
api("software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion")
43-
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
44-
api("software.amazon.smithy:smithy-model:$smithyVersion")
45-
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
46-
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")
51+
api("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
4752
}
4853

4954
tasks.register("set-aws-sdk-versions") {

0 commit comments

Comments
 (0)