Skip to content

Commit 012583a

Browse files
committed
Use matching version of junit-platform-launcher
1 parent 156e881 commit 012583a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/utils/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ dependencies {
5252
implementation(libs.openjson)
5353
testImplementation(platform(libs.test.junit.bom))
5454
testImplementation(libs.test.junit.jupiter.core)
55+
testRuntimeOnly(libs.test.junit.platform.launcher)
5556
}

0 commit comments

Comments
 (0)