We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad7ae0 commit 2414695Copy full SHA for 2414695
.changeset/clever-planes-cross.md
@@ -0,0 +1,2 @@
1
+---
2
smithy-typescript-codegen/build.gradle.kts
@@ -36,12 +36,12 @@ buildscript {
36
dependencies {
37
val smithyVersion: String by project
38
39
+ // Smithy generic dependencies
40
api("software.amazon.smithy:smithy-codegen-core:$smithyVersion")
41
api("software.amazon.smithy:smithy-model:$smithyVersion")
42
+ api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
43
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
44
api("software.amazon.smithy:smithy-waiters:$smithyVersion")
-
- implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
45
}
46
47
sourceSets {
0 commit comments