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 c8ca305 commit 5b40a9dCopy full SHA for 5b40a9d
codegen/smithy-aws-swift-codegen/build.gradle.kts
@@ -20,6 +20,8 @@ dependencies {
20
implementation(kotlin("stdlib-jdk8"))
21
api("software.amazon.smithy:smithy-swift-codegen:$smithySwiftVersion")
22
api("software.amazon.smithy:smithy-aws-traits:$smithyVersion")
23
+ api("software.amazon.smithy:smithy-aws-iam-traits:$smithyVersion")
24
+ api("software.amazon.smithy:smithy-aws-cloudformation-traits:$smithyVersion")
25
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
26
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
27
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion")
0 commit comments