Skip to content

Commit 5bd4339

Browse files
committed
updated the Kotlin SDK build number in BOM
1 parent f7acbea commit 5bd4339

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

kotlin/services/elasticbeanstalk/build.gradle.kts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,11 @@ repositories {
2828

2929
apply(plugin = "org.jlleitschuh.gradle.ktlint")
3030
dependencies {
31-
implementation("aws.sdk.kotlin:elasticbeanstalk:1.3.112")
32-
implementation("aws.sdk.kotlin:secretsmanager:1.3.112")
33-
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
34-
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
31+
implementation(platform("aws.sdk.kotlin:bom:1.3.112"))
32+
implementation("aws.sdk.kotlin:elasticbeanstalk")
33+
implementation("aws.sdk.kotlin:secretsmanager")
34+
implementation("aws.smithy.kotlin:http-client-engine-okhttp")
35+
implementation("aws.smithy.kotlin:http-client-engine-crt")
3536
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
3637
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
3738
}

0 commit comments

Comments
 (0)