Skip to content

Commit

Permalink
add smoke test model dep #2601
Browse files Browse the repository at this point in the history
  • Loading branch information
milesziemer committed Apr 9, 2024
2 parents 377b912 + 4a13ae9 commit bc2a669
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 @@ -42,6 +42,7 @@ dependencies {
val smithyVersion: String by project
implementation(project(":smithy-aws-go-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 bc2a669

Please sign in to comment.