diff --git a/build.gradle.kts b/build.gradle.kts index a49f453..009e391 100755 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -60,7 +60,7 @@ dependencies { // Use the kotlin test library testImplementation("io.kotest:kotest-assertions-core:5.5.4") - testImplementation("io.kotest:kotest-runner-junit5:5.5.4") + testImplementation("io.kotest:kotest-runner-junit5:5.9.1") // Compile Minestom into project implementation("com.github.Minestom", "Minestom", "7867313290")