This commit is contained in:
dependabot[bot] 2023-03-06 12:57:40 +00:00 committed by GitHub
commit 9a2e807c60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ dependencies {
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.8.2"
testImplementation "org.junit.jupiter:junit-jupiter-engine:5.7.0"
testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.4.2"
testImplementation "com.github.tschuchortdev:kotlin-compile-testing:1.5.0"
testRuntimeOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version")
testRuntimeOnly("org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:$kotlin_version")
}