Skip to content

Commit 9dda3a4

Browse files
chore: fix aws sdk deps
1 parent de7e21c commit 9dda3a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ dependencies {
2929

3030
implementation(libs.pearx.kasechange)
3131

32-
// implementation(platform("aws.smithy.kotlin:bom:1.5.15"))
33-
// implementation("aws.smithy.kotlin:http-client-engine-okhttp")
32+
implementation("aws.smithy.kotlin:http-client-engine-okhttp")
3433
}
3534

3635
gradlePlugin {

0 commit comments

Comments
 (0)