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 45146fb commit 934bcd5Copy full SHA for 934bcd5
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:1.1.+")
26
- implementation("aws.sdk.kotlin:cloudwatch:1.1.+")
+ implementation("aws.sdk.kotlin:s3:+")
+ implementation("aws.sdk.kotlin:cloudwatch:+")
27
testImplementation(libs.junit.jupiter)
28
}
29
0 commit comments