diff --git a/build.gradle.kts b/build.gradle.kts index dc80df4..69c9085 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { // Use the kotest library testImplementation("io.kotest:kotest-assertions-core:5.2.1") - testImplementation("io.kotest:kotest-runner-junit5:5.2.1") + testImplementation("io.kotest:kotest-runner-junit5:5.2.2") // Compile Minestom into project compileOnly("com.github.Minestom:Minestom:4ee5cbe424")