Skip to content

Commit 22f4666

Browse files
Update dependency org.jetbrains.kotlin:kotlin-compiler-embeddable to v2
1 parent b8d5ff6 commit 22f4666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/preprocess-workflows/preprocess-workflows.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
dependencies {
7-
implementation('org.jetbrains.kotlin:kotlin-compiler-embeddable:1.8.20')
7+
implementation('org.jetbrains.kotlin:kotlin-compiler-embeddable:2.1.0')
88
}
99

1010
gradlePlugin {

0 commit comments

Comments
 (0)