File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed
smithy-kotlin-codegen-testutils Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ group = "software.amazon.smithy.kotlin"
2121version = codegenVersion
2222
2323dependencies {
24- implementation(kotlin(" stdlib-jdk8" ))
2524 implementation(libs.smithy.aws.traits)
2625 implementation(libs.smithy.protocol.traits)
2726 api(project(" :codegen:smithy-kotlin-codegen" ))
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ val sdkVersion: String by project
2424val runtimeVersion = sdkVersion
2525
2626dependencies {
27- implementation(kotlin(" stdlib-jdk8" ))
2827 api(libs.smithy.codegen.core)
2928 api(libs.smithy.waiters)
3029 implementation(libs.smithy.rules.engine)
Original file line number Diff line number Diff line change 22kotlin-version = " 2.0.21"
33dokka-version = " 1.9.10"
44
5- aws-kotlin-repo-tools-version = " 0.4.12 "
5+ aws-kotlin-repo-tools-version = " 0.4.13 "
66
77# libs
88coroutines-version = " 1.9.0"
You can’t perform that action at this time.
0 commit comments