We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f718420 commit 232f092Copy full SHA for 232f092
codegen/smithy-aws-kotlin-codegen/build.gradle.kts
@@ -35,6 +35,7 @@ dependencies {
35
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitVersion")
36
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion")
37
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:$kotlinVersion")
38
+ testImplementation("software.amazon.smithy.kotlin:smithy-kotlin-codegen-testutils:$smithyKotlinVersion")
39
40
testImplementation("org.slf4j:slf4j-api:$slf4jVersion")
41
testImplementation("org.slf4j:slf4j-simple:$slf4jVersion")
0 commit comments