We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40954d0 commit 07c11e4Copy full SHA for 07c11e4
build-plugins/build-support/build.gradle.kts
@@ -22,8 +22,8 @@ dependencies {
22
runtimeOnly(project(":ktlint-rules"))
23
implementation(libs.nexusPublishPlugin)
24
compileOnly(gradleApi())
25
- implementation("aws.sdk.kotlin:s3:+")
26
- implementation("aws.sdk.kotlin:cloudwatch:+")
+ implementation("aws.sdk.kotlin:s3:1.1.+")
+ implementation("aws.sdk.kotlin:cloudwatch:1.1.+")
27
testImplementation(libs.junit.jupiter)
28
}
29
0 commit comments