Skip to content

Commit 681e385

Browse files
committed
Simplify junit dependencies
1 parent c211515 commit 681e385

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.gradle.kts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,7 @@ repositories {
2525
dependencies {
2626
testImplementation(platform("org.junit:junit-bom:5.13.4"))
2727

28-
testImplementation("org.junit.jupiter:junit-jupiter-api")
29-
testImplementation("org.junit.jupiter:junit-jupiter-params")
30-
31-
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
28+
testImplementation("org.junit.jupiter:junit-jupiter")
3229
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
3330
}
3431

0 commit comments

Comments
 (0)