Skip to content

Commit 232f092

Browse files
authored
chore: update codegen test utils dependency (#794)
1 parent f718420 commit 232f092

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codegen/smithy-aws-kotlin-codegen/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ dependencies {
3535
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
3636
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion")
3737
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion")
38+
testImplementation("software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils:$smithyKotlinVersion")
3839

3940
testImplementation("org.slf4j:slf4j-api:$slf4jVersion")
4041
testImplementation("org.slf4j:slf4j-simple:$slf4jVersion")

0 commit comments

Comments
 (0)