We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41e9359 commit d6fb1f6Copy full SHA for d6fb1f6
codegen/smithy-aws-typescript-codegen/build.gradle.kts
@@ -34,6 +34,7 @@ tasks.withType<Test> {
34
35
dependencies {
36
api("software.amazon.smithy:smithy-aws-traits:1.0.5")
37
+ api("software.amazon.smithy:smithy-aws-iam-traits:1.0.5")
38
api("software.amazon.smithy:smithy-typescript-codegen:0.2.0")
39
testCompile("org.junit.jupiter:junit-jupiter-api:5.4.0")
40
testRuntime("org.junit.jupiter:junit-jupiter-engine:5.4.0")
0 commit comments