Skip to content

Commit de7e21c

Browse files
chore: fix aws sdk deps
1 parent 47f47c4 commit de7e21c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ 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(platform("aws.smithy.kotlin:bom:1.5.15"))
33+
// implementation("aws.smithy.kotlin:http-client-engine-okhttp")
3434
}
3535

3636
gradlePlugin {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description=CodeArtifact settings plugin for Gradle
33
kotlin.code.style=official
44

55
group=io.cloudshiftdev.codeartifact
6-
version=2.1.4
6+
version=2.1.5
77

88
org.gradle.jvmargs=-Dfile.encoding\=UTF-8
99
org.gradle.vfs.watch=true

0 commit comments

Comments
 (0)