File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
kotlin/services/stepfunctions Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ repositories {
27
27
}
28
28
apply (plugin = " org.jlleitschuh.gradle.ktlint" )
29
29
dependencies {
30
- implementation(" aws.sdk.kotlin:sfn:1.3.112" )
31
- implementation(" aws.sdk.kotlin:iam: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" )
30
+ implementation(platform(" aws.sdk.kotlin:bom:1.3.112" ))
31
+ implementation(" aws.sdk.kotlin:sfn" )
32
+ implementation(" aws.sdk.kotlin:iam" )
33
+ implementation(" aws.sdk.kotlin:secretsmanager" )
34
+ implementation(" aws.smithy.kotlin:http-client-engine-okhttp" )
35
+ implementation(" aws.smithy.kotlin:http-client-engine-crt" )
35
36
implementation(" com.google.code.gson:gson:2.10" )
36
37
implementation(" com.googlecode.json-simple:json-simple:1.1.1" )
37
38
testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
You can’t perform that action at this time.
0 commit comments