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 ee47106 commit f04ebbfCopy full SHA for f04ebbf
buildSrc/build.gradle.kts
@@ -13,7 +13,7 @@ dependencies {
13
implementation(kotlin("gradle-plugin"))
14
implementation("biz.aQute.bnd:biz.aQute.bnd.gradle:6.4.0")
15
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.11.0")
16
- implementation("com.github.ben-manes:gradle-versions-plugin:0.42.0")
+ implementation("com.github.ben-manes:gradle-versions-plugin:0.44.0")
17
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
18
compileOnly("com.gradle:gradle-enterprise-gradle-plugin:3.12.2") // keep in sync with root settings.gradle.kts
19
}
0 commit comments