Skip to content

Commit d6fb1f6

Browse files
author
Chase Coalwell
authored
fix(codegen): add aws-iam-traits dependency (#1686)
1 parent 41e9359 commit d6fb1f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ tasks.withType<Test> {
3434

3535
dependencies {
3636
api("software.amazon.smithy:smithy-aws-traits:1.0.5")
37+
api("software.amazon.smithy:smithy-aws-iam-traits:1.0.5")
3738
api("software.amazon.smithy:smithy-typescript-codegen:0.2.0")
3839
testCompile("org.junit.jupiter:junit-jupiter-api:5.4.0")
3940
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.0")

0 commit comments

Comments
 (0)