Skip to content

Commit 1ec2a29

Browse files
authored
Updated build.gradle.kts
1 parent db8db58 commit 1ec2a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation("org.junit.jupiter:junit-jupiter:[5.10.1,)")
1919
testImplementation("org.hamcrest:hamcrest-core:[2.2,)")
2020
testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)")
21-
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
21+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.1,)")
2222
}
2323

2424
tasks.test {

0 commit comments

Comments
 (0)