Skip to content

Commit 9ef2502

Browse files
Merge pull request #2499 from nextcloud/renovate/kotlin-monorepo
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.0
2 parents bbadb8e + 62262c6 commit 9ef2502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1313

1414
buildscript {
1515
ext {
16-
kotlinVersion = '2.0.21'
16+
kotlinVersion = '2.1.0'
1717
commonsVersion = '2.3.1'
1818
}
1919
repositories {

0 commit comments

Comments
 (0)