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 c6d02f0 commit 03ee869Copy full SHA for 03ee869
build.gradle.kts
@@ -94,12 +94,12 @@ val dependencyVersions = listOf(
94
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.4",
95
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.4",
96
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4",
97
- "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4"
+ "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4",
98
)
99
100
val dependencyGroupVersions = mapOf(
101
- "org.junit.jupiter" to "5.8.2",
102
- "org.junit.platform" to "1.8.2"
+ "org.junit.jupiter" to "5.9.0",
+ "org.junit.platform" to "1.9.0",
103
104
105
configurations.all {
0 commit comments