We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a54c56 + c718e4e commit b81976dCopy full SHA for b81976d
coroutines/build.gradle.kts
@@ -8,8 +8,8 @@ repositories {
8
}
9
10
dependencies {
11
- testImplementation(platform("org.junit:junit-bom:5.10.2"))
12
- testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
+ testImplementation(platform("org.junit:junit-bom:5.10.3"))
+ testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
13
14
15
tasks.test {
0 commit comments