Skip to content

Commit 118c641

Browse files
committed
build: Updated libs
1 parent d511aec commit 118c641

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
2-
aboutLibraries = "11.4.0"
2+
aboutLibraries = "11.5.0"
33
android-gradle = "8.8.0"
44
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"
88
androidx-lifecycle = "2.8.7"
99
androidx-security = "1.1.0-alpha06"
1010
androidx-test = "1.6.1"
11-
coil = "3.0.4"
11+
coil = "3.1.0"
1212
decompose = "3.3.0-alpha03"
1313
detekt = "1.23.7"
1414
espresso = "3.6.1"
@@ -25,9 +25,9 @@ kotest = "5.9.1"
2525
kotest-arrow = "2.0.0"
2626
kotlin = "2.1.20-Beta1"
2727
# @keep
28-
kotlin-api = "2.0"
28+
kotlin-api = "2.1"
2929
# @keep
30-
kotlin-language = "2.0"
30+
kotlin-language = "2.1"
3131
kotlinx-atomicfu = "0.27.0"
3232
kotlinx-coroutines = "1.10.1"
3333
# https://mrmans0n.github.io/compose-rules/
@@ -89,7 +89,7 @@ androidx-tracing = "androidx.tracing:tracing-ktx:1.2.0"
8989
androidx-vectorDrawables = "androidx.vectordrawable:vectordrawable:1.2.0"
9090
androidx-windowManager = "androidx.window:window:1.4.0-beta01"
9191
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"
9393
arrowkt-core = { module = "io.arrow-kt:arrow-core" }
9494
arrowkt-fx-coroutines = { module = "io.arrow-kt:arrow-fx-coroutines" }
9595
arrowkt-fx-stm = { module = "io.arrow-kt:arrow-fx-stm" }
@@ -235,7 +235,7 @@ sqldelight = [
235235
aboutLibraries = { id = "com.mikepenz.aboutlibraries.plugin", version.ref = "aboutLibraries" }
236236
android-application = { id = "com.android.application", version.ref = "android-gradle" }
237237
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"
239239
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
240240
google-ksp = { id = "com.google.devtools.ksp", version.ref = "google-ksp" }
241241
java-kotlin = { id = "kotlin" }

0 commit comments

Comments
 (0)