Skip to content

Commit

Permalink
chore(deps): update all dependencies (#35)
Browse files Browse the repository at this point in the history
| datasource | package                                                               | from  | to    |
| ---------- | --------------------------------------------------------------------- | ----- | ----- |
| maven      | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.5 | 0.7.6 |
| maven      | io.github.hoc081098:kmp-viewmodel-koin-compose                        | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel-koin                                | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel-compose                             | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel-savedstate                          | 0.6.2 | 0.7.0 |
| maven      | io.github.hoc081098:kmp-viewmodel                                     | 0.6.2 | 0.7.0 |
| maven      | org.jetbrains.kotlinx:kotlinx-serialization-json                      | 1.6.2 | 1.6.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: hoc081098 <hoc081098@gmail.com>
  • Loading branch information
renovate[bot] and hoc081098 authored Feb 17, 2024
1 parent 6a84529 commit b355125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
junit = "4.13.2"
kotlin = "1.9.22"
coroutines = "1.8.0"
kotlinx-serialization-json = "1.6.2"
kotlinx-serialization-json = "1.6.3"
kotlinx-collections-immutable = "0.3.7"

# the Java version that the Java and Kotlin compilers will target
Expand Down Expand Up @@ -44,13 +44,13 @@ android-gradle = "8.2.2"
coil = "3.0.0-alpha04"
ktor = "2.3.8"

kmp-viewmodel = "0.6.2"
kmp-viewmodel = "0.7.0"
uuid = "0.8.2"

spotless = "6.25.0"
detekt = "1.23.5"

kotlinx-kover = "0.7.5"
kotlinx-kover = "0.7.6"
dokka = "1.9.10"
kotlinx-binary-compatibility-validator = "0.14.0"
poko = "0.15.2"
Expand Down

0 comments on commit b355125

Please sign in to comment.