Compare commits

..

No commits in common. "3a9278b1e67e62ccfe2edb64629fe4a782761026" and "086b123eba19494c85685661bdb4747635c67a45" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host")
testImplementation(kotlin("test-junit5"))
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2")
}