Skip to content

Commit

Permalink
chore(codegen): add smoke test model dep (#5983)
Browse files Browse the repository at this point in the history
  • Loading branch information
milesziemer committed Apr 9, 2024
1 parent dfb5ee2 commit 67c77ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/sdk-codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies {
val smithyVersion: String by project
implementation(project(":smithy-aws-typescript-codegen"))
implementation("software.amazon.smithy:smithy-smoke-test-traits:$smithyVersion")
implementation("software.amazon.smithy:smithy-aws-smoke-test-model:$smithyVersion")
}

// This project doesn't produce a JAR.
Expand Down

0 comments on commit 67c77ec

Please sign in to comment.