Skip to content

Commit f1166ce

Browse files
committed
Update kotlinx.coroutines to 1.7.1
1 parent b1fd295 commit f1166ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
kotlin = "1.8.21"
3-
kotlinx-coroutines = "1.7.0"
3+
kotlinx-coroutines = "1.7.1"
44
android = "7.3.1"
55
androidx-lifecycle = "2.5.1"
66

77
# Sample versions
88
androidx-compose = "2022.11.00"
99
androidx-fragment = "1.5.4"
1010
ksp = "1.8.21-1.0.11"
11-
nativecoroutines = "1.0.0-ALPHA-9"
11+
nativecoroutines = "1.0.0-ALPHA-10"
1212

1313
[libraries]
1414
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }

0 commit comments

Comments
 (0)