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 dfb5ee2 commit 67c77ecCopy full SHA for 67c77ec
codegen/sdk-codegen/build.gradle.kts
@@ -46,6 +46,7 @@ dependencies {
46
val smithyVersion: String by project
47
implementation(project(":smithy-aws-typescript-codegen"))
48
implementation("software.amazon.smithy:smithy-smoke-test-traits:$smithyVersion")
49
+ implementation("software.amazon.smithy:smithy-aws-smoke-test-model:$smithyVersion")
50
}
51
52
// This project doesn't produce a JAR.
0 commit comments