We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dad3e commit 6adc54dCopy full SHA for 6adc54d
build.gradle
@@ -10,7 +10,7 @@ repositories {
10
}
11
12
def arrowVersion = "2.1.1"
13
-def junitVersion = "5.11.4"
+def junitVersion = "5.12.2"
14
15
dependencies {
16
implementation platform('org.jetbrains.kotlin:kotlin-bom')
@@ -23,6 +23,7 @@ dependencies {
23
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion"
24
testImplementation "org.junit.jupiter:junit-jupiter-params:$junitVersion"
25
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion"
26
+ testRuntimeOnly "org.junit.platform:junit-platform-launcher:1.12.2"
27
28
29
test {
0 commit comments