Skip to content

Commit

Permalink
Merge pull request #2317 from nextcloud/renovate/kotlin-monorepo
Browse files Browse the repository at this point in the history
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.0.10
  • Loading branch information
AndyScherzinger authored Aug 8, 2024
2 parents 46468d3 + a69d712 commit 8f038a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

buildscript {
ext {
kotlinVersion = '2.0.0'
kotlinVersion = '2.0.10'
commonsVersion = '2.3.0'
}
repositories {
Expand Down

0 comments on commit 8f038a6

Please sign in to comment.