Skip to content

Commit 07c11e4

Browse files
committed
Revert back to 1.1.+
1 parent 40954d0 commit 07c11e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-plugins/build-support/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ dependencies {
2222
runtimeOnly(project(":ktlint-rules"))
2323
implementation(libs.nexusPublishPlugin)
2424
compileOnly(gradleApi())
25-
implementation("aws.sdk.kotlin:s3:+")
26-
implementation("aws.sdk.kotlin:cloudwatch:+")
25+
implementation("aws.sdk.kotlin:s3:1.1.+")
26+
implementation("aws.sdk.kotlin:cloudwatch:1.1.+")
2727
testImplementation(libs.junit.jupiter)
2828
}
2929

0 commit comments

Comments
 (0)