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.
2 parents 13e02e3 + d56a2ee commit aa2cee2Copy full SHA for aa2cee2
build.gradle.kts
@@ -15,7 +15,7 @@ repositories {
15
16
dependencies {
17
implementation(kotlin("stdlib-jdk8"))
18
- testCompile("junit", "junit", "4.12")
+ testCompile("junit", "junit", "4.13.2")
19
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1")
20
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-javafx:1.1.1")
21
}
0 commit comments