Skip to content

Commit

Permalink
Merge pull request #105 from jsoberg/renovate/kotlin-dependencies-patch
Browse files Browse the repository at this point in the history
Update kotlin dependencies
  • Loading branch information
jsoberg authored Dec 24, 2024
2 parents 4dbf7e8 + 5dad64f commit b83c57f
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 @@ -14,11 +14,11 @@ googleMaterial = "1.12.0"
javapoet = "1.13.0"
junit4 = "4.13.2"
junitJupiter = "5.11.3"
kotlin = "2.0.21"
kotlinCoroutines = "1.9.0"
kotlin = "2.1.0"
kotlinCoroutines = "1.10.1"
kotlinSerialization = "1.7.3"
# KSP version must align with Kotlin version: https://github.com/google/ksp/releases
ksp = "2.0.21-1.0.26"
ksp = "2.1.0-1.0.29"
ktor = "3.0.1"
lottie = "6.6.0"
mockk = "1.13.13"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
// See https://plugins.gradle.org/plugin/org.gradle.toolchains.foojay-resolver-convention
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
// See https://kotlin.github.io/kotlinx-kover/gradle-plugin/aggregated.html
id("org.jetbrains.kotlinx.kover.aggregation") version "0.8.3"
id("org.jetbrains.kotlinx.kover.aggregation") version "0.9.0"
}

kover {
Expand Down

0 comments on commit b83c57f

Please sign in to comment.