File tree 4 files changed +15
-15
lines changed
4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
1
mkdocs == 1.5.3
2
- mkdocs-material == 9.5.2
3
- pymdown-extensions == 10.5
2
+ mkdocs-material == 9.5.3
3
+ pymdown-extensions == 10.7
4
4
mdx_truly_sane_lists == 1.3 # https://github.com/radude/mdx_truly_sane_lists
Original file line number Diff line number Diff line change @@ -27,22 +27,22 @@ jetbrains-compose = "1.5.11"
27
27
jetbrains-compose-compiler = " 1.5.7.1"
28
28
29
29
touchlab-stately = " 1.2.5"
30
- napier = " 2.6 .1"
30
+ napier = " 2.7 .1"
31
31
flowExt = " 0.7.4"
32
- koin = " 3.5.0 "
33
- koin-compose = " 1.1.0 "
34
- koin-androidx-compose = " 3.5.0 "
32
+ koin = " 3.5.3 "
33
+ koin-compose = " 1.1.2 "
34
+ koin-androidx-compose = " 3.5.3 "
35
35
coil = " 2.5.0"
36
- compose-rules-detekt = " 0.3.8 "
36
+ compose-rules-detekt = " 0.3.9 "
37
37
38
- androidx-lifecycle = " 2.6.2 "
38
+ androidx-lifecycle = " 2.7.0 "
39
39
androidx-annotation = " 1.7.1"
40
40
androidx-activity = " 1.8.2"
41
41
androidx-appcompat = " 1.6.1"
42
42
androidx-compose-compiler = " 1.5.6"
43
43
androidx-core-ktx = " 1.12.0"
44
44
androidx-navigation = " 2.7.6"
45
- android-gradle = " 8.2.0 "
45
+ android-gradle = " 8.2.1 "
46
46
47
47
kmp-viewmodel = " 0.6.1"
48
48
uuid = " 0.8.2"
@@ -53,9 +53,9 @@ detekt = "1.23.4"
53
53
kotlinx-kover = " 0.7.5"
54
54
dokka = " 1.9.10"
55
55
kotlinx-binary-compatibility-validator = " 0.13.2"
56
- poko = " 0.15.1 "
56
+ poko = " 0.15.2 "
57
57
58
- vanniktech-maven-publish = " 0.26 .0"
58
+ vanniktech-maven-publish = " 0.27 .0"
59
59
ktlint = " 0.50.0"
60
60
61
61
[libraries ]
Original file line number Diff line number Diff line change @@ -78,11 +78,11 @@ kotlin {
78
78
api(" io.github.hoc081098:kmp-viewmodel-savedstate:0.6.2-SNAPSHOT" )
79
79
implementation(libs.kmp.viewmodel.compose)
80
80
81
- implementation(" io.coil-kt.coil3:coil-core:3.0.0-alpha01 " )
82
- implementation(" io.coil-kt.coil3:coil-compose:3.0.0-alpha01 " )
81
+ implementation(" io.coil-kt.coil3:coil-core:3.0.0-alpha02 " )
82
+ implementation(" io.coil-kt.coil3:coil-compose:3.0.0-alpha02 " )
83
83
84
84
// Import coil-network and an HTTP client engine.
85
- implementation(" io.coil-kt.coil3:coil-network:3.0.0-alpha01 " )
85
+ implementation(" io.coil-kt.coil3:coil-network:3.0.0-alpha02 " )
86
86
87
87
api(libs.napier)
88
88
api(libs.coroutines.core)
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ include(":navigation")
27
27
include(" :sample:app" , " :sample:shared" )
28
28
29
29
plugins {
30
- id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.7 .0" )
30
+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version(" 0.8 .0" )
31
31
}
You can’t perform that action at this time.
0 commit comments