diff --git a/build-logic/preprocess-workflows/preprocess-workflows.gradle b/build-logic/preprocess-workflows/preprocess-workflows.gradle index 23aff703d6..f8c79aa04d 100644 --- a/build-logic/preprocess-workflows/preprocess-workflows.gradle +++ b/build-logic/preprocess-workflows/preprocess-workflows.gradle @@ -4,7 +4,7 @@ plugins { } dependencies { - implementation('org.jetbrains.kotlin:kotlin-compiler-embeddable:1.8.20') + implementation('org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.0') } gradlePlugin {