Skip to content

Commit 3eeb9d3

Browse files
committed
fix junit deps
1 parent 8cbe358 commit 3eeb9d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
}
2727
testImplementation("ch.qos.logback:logback-classic:1.5.18")
2828
testImplementation("org.assertj:assertj-core:3.27.3")
29-
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
30-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.12.1")
29+
testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
30+
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3131
}
3232

3333
repositories {

0 commit comments

Comments
 (0)