Compare commits

..

No commits in common. "0dc3323bea526e16eb8774242f0b2ea6073bc955" and "2e1f8c33142ffb886b3c70b0b23937652227df88" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ dependencies {
testImplementation(kotlin("test-junit5")) testImplementation(kotlin("test-junit5"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.0")
} }
tasks { tasks {