Skip to content

Commit 5105f79

Browse files
committed
Bump testing dependency to support Kotlin 2.1
1 parent 565d322 commit 5105f79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlin-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api"
1111
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable"
1212

13-
testImplementation 'dev.zacsweers.kctfork:core:0.6.0'
13+
testImplementation 'dev.zacsweers.kctfork:core:0.7.0'
1414
testImplementation 'junit:junit:4.13.2'
1515
testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
1616
}

0 commit comments

Comments
 (0)