From 241469573e6a4b0bf974587f02d5759629acc6e9 Mon Sep 17 00:00:00 2001 From: Steven Yuan <33045051+syall@users.noreply.github.com> Date: Fri, 12 Apr 2024 12:55:03 -0700 Subject: [PATCH] Update Gradle build script dependencies (#1241) --- .changeset/clever-planes-cross.md | 2 ++ smithy-typescript-codegen/build.gradle.kts | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .changeset/clever-planes-cross.md diff --git a/.changeset/clever-planes-cross.md b/.changeset/clever-planes-cross.md new file mode 100644 index 00000000000..a845151cc84 --- /dev/null +++ b/.changeset/clever-planes-cross.md @@ -0,0 +1,2 @@ +--- +--- diff --git a/smithy-typescript-codegen/build.gradle.kts b/smithy-typescript-codegen/build.gradle.kts index e57ffb5ed4b..413b3ed111a 100644 --- a/smithy-typescript-codegen/build.gradle.kts +++ b/smithy-typescript-codegen/build.gradle.kts @@ -36,12 +36,12 @@ buildscript { dependencies { val smithyVersion: String by project + // Smithy generic dependencies api("software.amazon.smithy:smithy-codegen-core:$smithyVersion") api("software.amazon.smithy:smithy-model:$smithyVersion") + api("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion") api("software.amazon.smithy:smithy-rules-engine:$smithyVersion") api("software.amazon.smithy:smithy-waiters:$smithyVersion") - - implementation("software.amazon.smithy:smithy-protocol-test-traits:$smithyVersion") } sourceSets {