Skip to content

Commit

Permalink
Bump testing dependency to support Kotlin 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikaSD committed Jan 11, 2025
1 parent 565d322 commit 5105f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-gradle-plugin-api"
compileOnly "org.jetbrains.kotlin:kotlin-compiler-embeddable"

testImplementation 'dev.zacsweers.kctfork:core:0.6.0'
testImplementation 'dev.zacsweers.kctfork:core:0.7.0'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.jetbrains.kotlin:kotlin-compiler-embeddable'
}

0 comments on commit 5105f79

Please sign in to comment.