diff --git a/processor/build.gradle b/processor/build.gradle index 5942dea..498e88d 100644 --- a/processor/build.gradle +++ b/processor/build.gradle @@ -23,7 +23,7 @@ dependencies { testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0" 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.4.4" testRuntimeOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:$kotlin_version") testRuntimeOnly("org.jetbrains.kotlin:kotlin-annotation-processing-embeddable:$kotlin_version") }