1
1
[versions ]
2
- aboutLibraries = " 11.4 .0"
2
+ aboutLibraries = " 11.5 .0"
3
3
android-gradle = " 8.8.0"
4
4
androidx-activity = " 1.10.0"
5
- androidx-compose = " 1.8.0-alpha08 "
6
- androidx-compose-icons = " 1.7.6 "
7
- androidx-compose-material3 = " 1.4.0-alpha06 "
5
+ androidx-compose = " 1.8.0-beta01 "
6
+ androidx-compose-icons = " 1.7.7 "
7
+ androidx-compose-material3 = " 1.4.0-alpha07 "
8
8
androidx-lifecycle = " 2.8.7"
9
9
androidx-security = " 1.1.0-alpha06"
10
10
androidx-test = " 1.6.1"
11
- coil = " 3.0.4 "
11
+ coil = " 3.1.0 "
12
12
decompose = " 3.3.0-alpha03"
13
13
detekt = " 1.23.7"
14
14
espresso = " 3.6.1"
@@ -25,9 +25,9 @@ kotest = "5.9.1"
25
25
kotest-arrow = " 2.0.0"
26
26
kotlin = " 2.1.20-Beta1"
27
27
# @keep
28
- kotlin-api = " 2.0 "
28
+ kotlin-api = " 2.1 "
29
29
# @keep
30
- kotlin-language = " 2.0 "
30
+ kotlin-language = " 2.1 "
31
31
kotlinx-atomicfu = " 0.27.0"
32
32
kotlinx-coroutines = " 1.10.1"
33
33
# https://mrmans0n.github.io/compose-rules/
@@ -89,7 +89,7 @@ androidx-tracing = "androidx.tracing:tracing-ktx:1.2.0"
89
89
androidx-vectorDrawables = " androidx.vectordrawable:vectordrawable:1.2.0"
90
90
androidx-windowManager = " androidx.window:window:1.4.0-beta01"
91
91
androidx-work = " androidx.work:work-runtime-ktx:2.10.0"
92
- arrowkt-bom = " io.arrow-kt:arrow-stack:2.0.0 "
92
+ arrowkt-bom = " io.arrow-kt:arrow-stack:2.0.1 "
93
93
arrowkt-core = { module = " io.arrow-kt:arrow-core" }
94
94
arrowkt-fx-coroutines = { module = " io.arrow-kt:arrow-fx-coroutines" }
95
95
arrowkt-fx-stm = { module = " io.arrow-kt:arrow-fx-stm" }
@@ -235,7 +235,7 @@ sqldelight = [
235
235
aboutLibraries = { id = " com.mikepenz.aboutlibraries.plugin" , version.ref = " aboutLibraries" }
236
236
android-application = { id = " com.android.application" , version.ref = " android-gradle" }
237
237
android-library = { id = " com.android.library" , version.ref = " android-gradle" }
238
- benNamesVersions = " com.github.ben-manes.versions:0.51 .0"
238
+ benNamesVersions = " com.github.ben-manes.versions:0.52 .0"
239
239
detekt = { id = " io.gitlab.arturbosch.detekt" , version.ref = " detekt" }
240
240
google-ksp = { id = " com.google.devtools.ksp" , version.ref = " google-ksp" }
241
241
java-kotlin = { id = " kotlin" }
0 commit comments