File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,11 @@ repositories {
2727}
2828apply (plugin = " org.jlleitschuh.gradle.ktlint" )
2929dependencies {
30- implementation(" aws.sdk.kotlin:dynamodb:1.3.112" )
31- implementation(" aws.sdk.kotlin:secretsmanager:1.3.112" )
32- implementation(" aws.smithy.kotlin:http-client-engine-okhttp:0.30.0" )
33- implementation(" aws.smithy.kotlin:http-client-engine-crt:0.30.0" )
30+ implementation(platform(" aws.sdk.kotlin:bom:1.3.112" ))
31+ implementation(" aws.sdk.kotlin:dynamodb" )
32+ implementation(" aws.sdk.kotlin:secretsmanager" )
33+ implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
34+ implementation(" aws.smithy.kotlin:http-client-engine-crt" )
3435 testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
3536 implementation(" org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4" )
3637 implementation(kotlin(" reflect" ))
You can’t perform that action at this time.
0 commit comments