Skip to content

Commit

Permalink
chore(codegen): update Gradle build script dependencies (#5999)
Browse files Browse the repository at this point in the history
  • Loading branch information
syall committed Apr 12, 2024
1 parent 27ef27f commit 2a11640
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions codegen/smithy-aws-typescript-codegen/build.gradle.kts
Expand Up @@ -35,15 +35,20 @@ buildscript {
}

dependencies {
// Smithy TypeScript
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")

// Smithy generic dependencies
api("software.amazon.smithy:smithy-model:$smithyVersion")
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
api("software.amazon.smithy:smithy-waiters:$smithyVersion")

// Smithy AWS dependencies
api("software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion")
api("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
api("software.amazon.smithy:smithy-aws-endpoints:$smithyVersion")
api("software.amazon.smithy:smithy-waiters:$smithyVersion")
api("software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion")
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
api("software.amazon.smithy:smithy-model:$smithyVersion")
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
api("software.amazon.smithy.typescript:smithy-typescript-codegen:0.20.1")
api("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
}

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

0 comments on commit 2a11640

Please sign in to comment.