Skip to content

Commit c53bf27

Browse files
authored
fix: Add Smithy smoke test APIs to project (#695)
1 parent d1252be commit c53bf27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

smithy-swift-codegen/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dependencies {
2828
implementation(kotlin("stdlib-jdk8"))
2929
api("software.amazon.smithy:smithy-codegen-core:$smithyVersion")
3030
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}")
3133
api("com.atlassian.commonmark:commonmark:$commonMarkParserVersion")
3234
api("org.jsoup:jsoup:$jsoupVersion")
3335
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")

0 commit comments

Comments
 (0)