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 d1252be commit c53bf27Copy full SHA for c53bf27
smithy-swift-codegen/build.gradle.kts
@@ -28,6 +28,8 @@ dependencies {
28
implementation(kotlin("stdlib-jdk8"))
29
api("software.amazon.smithy:smithy-codegen-core:$smithyVersion")
30
api("software.amazon.smithy:smithy-waiters:$smithyVersion")
31
+ api("software.amazon.smithy:smithy-smoke-test-traits:${smithyVersion}")
32
+ api("software.amazon.smithy:smithy-aws-smoke-test-model:${smithyVersion}")
33
api("com.atlassian.commonmark:commonmark:$commonMarkParserVersion")
34
api("org.jsoup:jsoup:$jsoupVersion")
35
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
0 commit comments