We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2a460 commit 557260fCopy full SHA for 557260f
CHANGELOG.md
@@ -14,6 +14,7 @@
14
15
### Updated
16
17
+- `org.jetbrains.kotlinx:kotlinx-coroutines-core -> 1.6.0`
18
- `gradle -> 7.3.3`
19
- `io.kotest:kotest-assertions-core -> 5.0.3`
20
- `org.jetbrains.kotlin:kotlin-gradle-plugin -> 1.6.10`
gradle/libs.versions.toml
@@ -1,5 +1,5 @@
1
[versions]
2
-coroutines = "1.5.2"
+coroutines = "1.6.0"
3
kotest = "5.0.3"
4
5
[libraries]
0 commit comments