Skip to content

Commit 9fc8480

Browse files
committed
Upgrade to latest build plugin / remove explicit Kotlin dependencies
1 parent f97066d commit 9fc8480

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ group = "software.amazon.smithy.kotlin"
2121
version = codegenVersion
2222

2323
dependencies {
24-
implementation(kotlin("stdlib-jdk8"))
2524
implementation(libs.smithy.aws.traits)
2625
implementation(libs.smithy.protocol.traits)
2726
api(project(":codegen:smithy-kotlin-codegen"))

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ val sdkVersion: String by project
2424
val runtimeVersion = sdkVersion
2525

2626
dependencies {
27-
implementation(kotlin("stdlib-jdk8"))
2827
api(libs.smithy.codegen.core)
2928
api(libs.smithy.waiters)
3029
implementation(libs.smithy.rules.engine)

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin-version = "2.0.21"
33
dokka-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
88
coroutines-version = "1.9.0"

0 commit comments

Comments
 (0)