Skip to content

Commit

Permalink
chore(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 25, 2024
1 parent f689ea8 commit 5d3326f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ auto-service = "1.1.1"
auto-service-ksp = "1.1.0"
bouncycastle = "1.70"
conscrypt = "2.5.2"
coroutines = "1.8.0"
coroutines = "1.8.1"
desugar_jdk_libs = "2.0.4"
diffx = "1.1.1"
emoji2 = "1.3.0"
Expand All @@ -44,9 +44,9 @@ glide = "4.16.0"
glide-animation-plugin = "2.23.0"
hilt = "2.51.1"
junit = "4.13.2"
kotlin = "1.9.23"
kotlin = "1.9.24"
kotlin-result = "1.1.20"
ksp = "1.9.23-1.0.20"
ksp = "1.9.24-1.0.20"
image-cropper = "4.3.2"
leakcanary = "2.14"
lint = "31.3.2" # = agp + 23.0.0 (= 8.3.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 "1.9.23"
kotlin("jvm") version "1.9.24"
}

group = "app.pachli.plugins"
Expand Down

0 comments on commit 5d3326f

Please sign in to comment.