Skip to content

Commit 09052a9

Browse files
committed
test: fix junit dependencies
1 parent f241df5 commit 09052a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ dependencies {
4040
implementation localGroovy()
4141

4242
// Testing
43-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.0'
44-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.0'
43+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
44+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
4545

4646
testImplementation("org.assertj:assertj-core:3.27.3")
4747
}

0 commit comments

Comments
 (0)