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 b7284ce commit 66b88a2Copy full SHA for 66b88a2
build-logic/jvm/build.gradle.kts
@@ -16,5 +16,5 @@ dependencies {
16
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin")
17
implementation("org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin:$embeddedKotlinVersion")
18
implementation("com.github.autostyle:com.github.autostyle.gradle.plugin:3.2")
19
- implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.0.1")
+ implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:3.1.0")
20
}
0 commit comments