Skip to content

Commit 0ec97f3

Browse files
committed
updated the Kotlin SDK build number in BOM
1 parent e42cf03 commit 0ec97f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

kotlin/services/keyspaces/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ repositories {
2727
}
2828
apply(plugin = "org.jlleitschuh.gradle.ktlint")
2929
dependencies {
30-
implementation("aws.sdk.kotlin:keyspaces:1.3.112")
30+
implementation(platform("aws.sdk.kotlin:bom:1.3.112"))
31+
implementation("aws.sdk.kotlin:keyspaces")
32+
implementation("aws.smithy.kotlin:http-client-engine-okhttp")
33+
implementation("aws.smithy.kotlin:http-client-engine-crt")
3134
implementation("com.datastax.oss:java-driver-core:4.15.0")
32-
implementation("aws.smithy.kotlin:http-client-engine-okhttp:0.30.0")
33-
implementation("aws.smithy.kotlin:http-client-engine-crt:0.30.0")
3435
implementation("software.aws.mcs:aws-sigv4-auth-cassandra-java-driver-plugin:4.0.8")
3536
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
3637
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")

0 commit comments

Comments
 (0)