Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2023
1 parent 4eb41b6 commit d4d076a
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", "1.3.0")
compileOnly("org.jetbrains.dokka", "dokka-gradle-plugin", "1.9.10")
compileOnly("com.github.jengelman.gradle.plugins", "shadow", "6.1.0")
compileOnly("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.9.10")
compileOnly("org.jetbrains.kotlin", "kotlin-gradle-plugin", "1.9.20")
compileOnly("gradle.plugin.org.cadixdev.gradle", "licenser", "0.6.1")
}

Expand Down

0 comments on commit d4d076a

Please sign in to comment.