Skip to content

Commit 581e908

Browse files
committed
updated the Kotlin SDK build number in BOM
1 parent 7fa9eb3 commit 581e908

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

kotlin/services/eventbridge/build.gradle.kts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,13 @@ repositories {
2828

2929
apply(plugin = "org.jlleitschuh.gradle.ktlint")
3030
dependencies {
31-
implementation("aws.sdk.kotlin:eventbridge:1.3.112")
32-
implementation("aws.sdk.kotlin:iam:1.3.112")
33-
implementation("aws.sdk.kotlin:sns:1.3.112")
34-
implementation("aws.sdk.kotlin:s3:1.3.112")
35-
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
36-
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:eventbridge")
33+
implementation("aws.sdk.kotlin:iam")
34+
implementation("aws.sdk.kotlin:sns")
35+
implementation("aws.sdk.kotlin:s3")
36+
implementation("aws.smithy.kotlin:http-client-engine-okhttp")
37+
implementation("aws.smithy.kotlin:http-client-engine-crt")
3738
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
3839
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
3940
}

0 commit comments

Comments
 (0)