Skip to content

Commit

Permalink
update libs version
Browse files Browse the repository at this point in the history
  • Loading branch information
hanrw committed Oct 6, 2024
1 parent eeef583 commit 617da56
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ com-linecorp-build-recipe = { id = "com.linecorp.build-recipe-plugin", version.r
kotlinx-binary-validator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" }
## ⬆ = "0.15.0" }
## ⬆ = "0.15.1" }
## ⬆ = "0.16.0" }
## ⬆ = "0.16.1" }
## ⬆ = "0.16.2" }
## ⬆ = "0.16.3" }

# Quality and coverage
kover = { id = "org.jetbrains.kotlinx.kover", version.ref = "kover" }
Expand All @@ -35,20 +39,20 @@ gradle-kotlinter = { id = "org.jmailen.kotlinter", version.ref = "gradle-kotlint

[versions]

agp = "8.5.1"
kotlin = "2.0.0"
agp = "8.7.0"
kotlin = "2.0.20"

ktor = "2.3.12"
kotlinx-serialization = "1.7.1"
kover = "0.8.2"
kotlinx-coroutines = "1.8.1"
kotlinx-serialization = "1.7.3"
kover = "0.8.3"
kotlinx-coroutines = "1.9.0"

#logging-versions
napier = "2.6.1"

#test-versions
junit = "5.10.3"
mockito-junit-jupiter = "5.12.0"
junit = "5.11.2"
mockito-junit-jupiter = "5.14.1"
mockito-kotlin = "5.4.0"
assertj-core = "3.26.3"
app-cash-turbine = "1.0.0"
Expand All @@ -57,14 +61,18 @@ app-cash-turbine = "1.0.0"
gradle-kotlinter = "4.2.0"

# DI
koin-core = "3.5.6"
koin-core = "4.0.0"

# plugins
touchlab-skie = "0.8.2"
touchlab-skie = "0.9.2"

touchlab-kmmbridge = "0.5.3"
## ⬆ = "0.5.4"
## ⬆ = "0.5.5"
## ⬆ = "0.5.6"
## ⬆ = "0.5.7"
## ⬆ = "1.0.0"
## ⬆ = "1.0.1"

com-linecorp-build-recipe-plugin = "1.1.1"

Expand Down

0 comments on commit 617da56

Please sign in to comment.