Skip to content

Commit 2414695

Browse files
authored
Update Gradle build script dependencies (#1241)
1 parent cad7ae0 commit 2414695

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.changeset/clever-planes-cross.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

smithy-typescript-codegen/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ buildscript {
3636
dependencies {
3737
val smithyVersion: String by project
3838

39+
// Smithy generic dependencies
3940
api("software.amazon.smithy:smithy-codegen-core:$smithyVersion")
4041
api("software.amazon.smithy:smithy-model:$smithyVersion")
42+
api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
4143
api("software.amazon.smithy:smithy-rules-engine:$smithyVersion")
4244
api("software.amazon.smithy:smithy-waiters:$smithyVersion")
43-
44-
implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion")
4545
}
4646

4747
sourceSets {

0 commit comments

Comments
 (0)