Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit d1c701d

Browse files
Update dependency io.kotest:kotest-runner-junit5 to v5.7.2
1 parent 3e3f684 commit d1c701d

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
@@ -60,7 +60,7 @@ dependencies {
6060

6161
// Use the kotlin test library
6262
testImplementation("io.kotest:kotest-assertions-core:5.5.4")
63-
testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
63+
testImplementation("io.kotest:kotest-runner-junit5:5.7.2")
6464

6565
// Compile Minestom into project
6666
implementation("com.github.Minestom", "Minestom", "7867313290")

0 commit comments

Comments
 (0)