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 f3a7055 commit ec3b32eCopy full SHA for ec3b32e
build.gradle.kts
@@ -90,7 +90,7 @@ val dependencyVersions = listOf(
90
"org.jetbrains.kotlin:kotlin-test:1.7.0",
91
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.3",
92
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2",
93
- "org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.2",
+ "org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.3",
94
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.2",
95
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.3"
96
)
0 commit comments