Skip to content

Commit

Permalink
Merge pull request nextcloud#14490 from nextcloud/renovate/kotlin-mon…
Browse files Browse the repository at this point in the history
…orepo

fix(deps): update kotlin monorepo to v2.1.10
  • Loading branch information
AndyScherzinger authored Feb 16, 2025
2 parents 0ab372d + dc545c8 commit 9a550e6
Show file tree
Hide file tree
Showing 3 changed files with 644 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ buildscript {
}

plugins {
id "org.jetbrains.kotlin.plugin.compose" version "2.1.0"
id "org.jetbrains.kotlin.plugin.compose" version "2.1.10"
id "com.diffplug.spotless" version "6.25.0"
id "org.jetbrains.kotlin.kapt" version "2.1.0"
id 'com.google.devtools.ksp' version '2.1.0-1.0.29' apply false
id "org.jetbrains.kotlin.kapt" version "2.1.10"
id 'com.google.devtools.ksp' version '2.1.10-1.0.30' apply false
}

apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
documentScannerVersion = "1.1.1"
espressoVersion = "3.6.1"
jacoco_version = '0.8.12'
kotlin_version = '2.1.0'
kotlin_version = '2.1.10'
markwonVersion = "4.6.2"
mockitoVersion = "4.11.0"
mockitoKotlinVersion = "4.1.0"
Expand Down
Loading

0 comments on commit 9a550e6

Please sign in to comment.