Skip to content

Commit

Permalink
Update Gradle build script dependencies (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
syall committed Apr 12, 2024
1 parent cad7ae0 commit 2414695
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/clever-planes-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
4 changes: 2 additions & 2 deletions smithy-typescript-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 2414695

Please sign in to comment.