@@ -9,8 +9,8 @@ androidx-activityCompose = "1.10.1"
9
9
androidx-core-ktx = " 1.16.0"
10
10
androidx-core-splashscreen = " 1.0.1"
11
11
androidx-espresso-core = " 3.6.1"
12
- androidx-navigation = " 2.9.0-beta03"
13
12
androidx-lifecycle = " 2.9.1"
13
+ androidx-navigation = " 2.9.0-beta03"
14
14
androidx-preference = " 1.2.1"
15
15
androidx-test-junit = " 1.2.1"
16
16
androidx-work-runtime = " 2.10.0"
@@ -36,6 +36,7 @@ logbackClassic = "1.5.18"
36
36
markdown = " 0.35.0"
37
37
multiplatform-settings = " 1.3.0"
38
38
postgresql = " 42.7.3"
39
+ slf4jNop = " 2.0.17"
39
40
40
41
[libraries ]
41
42
aboutlibraries-core = { module = " com.mikepenz:aboutlibraries-core" , version.ref = " aboutlibraries" }
@@ -104,6 +105,7 @@ settings = { module = "com.russhwolf:multiplatform-settings", version.ref = "mul
104
105
settings-coroutines = { module = " com.russhwolf:multiplatform-settings-coroutines" , version.ref = " multiplatform-settings" }
105
106
settings-observable = { module = " com.russhwolf:multiplatform-settings-make-observable" , version.ref = " multiplatform-settings" }
106
107
settings-serialization = { module = " com.russhwolf:multiplatform-settings-serialization" , version.ref = " multiplatform-settings" }
108
+ slf4j-nop = { module = " org.slf4j:slf4j-nop" , version.ref = " slf4jNop" }
107
109
108
110
[plugins ]
109
111
aboutLibraries = { id = " com.mikepenz.aboutlibraries.plugin" , version.ref = " aboutlibraries" }
0 commit comments