Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent 8e48a33 commit b35f452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
compileOnly("io.github.gradle-nexus", "publish-plugin", "2.0.0")
compileOnly("org.jetbrains.dokka", "dokka-gradle-plugin", "1.9.20")
compileOnly("com.github.jengelman.gradle.plugins", "shadow", "6.1.0")
compileOnly("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.9.25")
compileOnly("org.jetbrains.kotlin", "kotlin-gradle-plugin", "2.0.10")
compileOnly("gradle.plugin.org.cadixdev.gradle", "licenser", "0.6.1")
}

Expand Down

0 comments on commit b35f452

Please sign in to comment.