Skip to content

Commit

Permalink
fix(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 1996d33 commit ded2f10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ apollographql = "3.8.5"
auto-service = "1.1.1"
auto-service-ksp = "1.2.0"
conscrypt = "2.5.3"
coroutines = "1.9.0"
coroutines-play-services = "1.9.0"
coroutines = "1.10.0"
coroutines-play-services = "1.10.0"
desugar_jdk_libs = "2.1.3"
diffx = "1.1.1"
emoji2 = "1.3.0"
Expand All @@ -45,9 +45,9 @@ glide-animation-plugin = "2.23.0"
hilt = "2.52"
org-json = "20240303"
junit = "4.13.2"
kotlin = "2.0.21"
kotlin = "2.1.0"
kotlin-result = "1.1.20"
ksp = "2.0.21-1.0.28"
ksp = "2.1.0-1.0.29"
image-cropper = "4.3.2"
leakcanary = "2.14"
lint = "31.7.2" # = agp + 23.0.0 (= 8.7.2), see https://github.com/googlesamples/android-custom-lint-rules#lint-version
Expand Down
2 changes: 1 addition & 1 deletion plugins/markdown2resource/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
plugins {
`java-gradle-plugin`
`maven-publish`
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.0"
}

group = "app.pachli.plugins"
Expand Down

0 comments on commit ded2f10

Please sign in to comment.