Skip to content

Commit

Permalink
fix(codegen): add aws-iam-traits dependency (#1686)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chase Coalwell committed Nov 16, 2020
1 parent 41e9359 commit d6fb1f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/smithy-aws-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks.withType<Test> {

dependencies {
api("software.amazon.smithy:smithy-aws-traits:1.0.5")
api("software.amazon.smithy:smithy-aws-iam-traits:1.0.5")
api("software.amazon.smithy:smithy-typescript-codegen:0.2.0")
testCompile("org.junit.jupiter:junit-jupiter-api:5.4.0")
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.0")
Expand Down

0 comments on commit d6fb1f6

Please sign in to comment.