Skip to content

Commit

Permalink
chore(codegen): update Gradle build script dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Yuan committed Apr 12, 2024
1 parent 22f08b7 commit b380672
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
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 b380672

Please sign in to comment.