Update test suite version

This commit is contained in:
Gabriel Tofvesson 2021-09-24 17:50:25 +02:00
parent 2b2c15773f
commit f1f5722e49

View File

@ -15,8 +15,8 @@ repositories {
dependencies {
compileOnly(spigot("1.17.1"))
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.30")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.0")
}
tasks.getByName<Test>("test") {