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 Nov 28, 2024
1 parent 33f528b commit 0a5819b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,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 0a5819b

Please sign in to comment.