Skip to content

Commit 0353ae4

Browse files
committed
update deps [wip]
1 parent ce7adb9 commit 0353ae4

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
[versions]
2-
compose = "1.7.0-beta07"
3-
compose-activity = "1.9.1"
4-
compose-material3 = "1.3.0-beta05"
5-
composeDetektPlugin = "1.3.0"
6-
core-ktx = "1.13.1"
7-
coroutines = "1.9.0-RC"
8-
dependencyAnalysisPlugin = "1.32.0"
9-
detekt = "1.23.6"
10-
detektFormattingPlugin = "1.23.6"
11-
dokka = "1.9.20"
12-
gradleAndroid = "8.6.0-rc01"
2+
atomicfu = "0.26.0"
3+
compose = "1.7.6"
4+
compose-activity = "1.10.0-rc01"
5+
compose-material3 = "1.3.1"
6+
composeDetektPlugin = "1.4.0"
7+
core-ktx = "1.15.0"
8+
coroutines = "1.10.1"
9+
dependencyAnalysisPlugin = "2.6.1"
10+
detekt = "1.23.7"
11+
detektFormattingPlugin = "1.23.7"
12+
dokka = "2.0.0"
13+
gradleAndroid = "8.8.0-rc02"
1314
gradleDoctorPlugin = "0.10.0"
14-
kotest = "5.9.1"
15-
# @pin
16-
kotlin = "2.0.10"
17-
atomicfu = "0.25.0"
18-
lifecycle = "2.8.4"
19-
maven-publish-plugin = "0.29.0"
15+
kotest = "6.0.0.M1"
16+
kotlin = "2.1.0"
17+
lifecycle = "2.8.7"
18+
maven-publish-plugin = "0.30.0"
2019
turbine = "1.0.0"
2120
versionCatalogUpdatePlugin = "0.8.4"
2221

@@ -47,6 +46,7 @@ kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.
4746
kotlin-reflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
4847
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test-common", version.ref = "kotlin" }
4948
lifecycle-runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
49+
dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version.ref = "dokka" }
5050

5151
[bundles]
5252
unittest = [

0 commit comments

Comments
 (0)