We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d211cd commit 51737c3Copy full SHA for 51737c3
buildSrc/build.gradle.kts
@@ -27,7 +27,7 @@ dependencies {
27
implementation("io.github.gradle-nexus:publish-plugin:1.1.0")
28
implementation("net.researchgate:gradle-release:3.0.2")
29
implementation("com.github.dpaukov:combinatoricslib3:3.3.3")
30
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20-Beta")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.20")
31
implementation("me.champeau.jmh:jmh-gradle-plugin:0.6.6")
32
implementation("se.bjurr.gitchangelog:git-changelog-gradle-plugin:1.71.9") {
33
isTransitive = false
0 commit comments