Skip to content

Commit

Permalink
Bump kotlin-compile-testing-extensions to 1.8.20-1.2.2. Fix ir output.
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyhuo committed Oct 13, 2023
1 parent f86cf43 commit 0b92ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kudos-compiler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
testImplementation(project(":kudos-jackson"))
testImplementation("org.jetbrains.kotlin:kotlin-noarg:1.8.20")
testImplementation("org.jetbrains.kotlin:kotlin-compiler-embeddable")
testImplementation("com.bennyhuo.kotlin:kotlin-compile-testing-extensions:1.8.20-1.2.1")
testImplementation("com.bennyhuo.kotlin:kotlin-compile-testing-extensions:1.8.20-1.2.2")
}

val compileKotlin: KotlinCompile by tasks
Expand Down

0 comments on commit 0b92ccd

Please sign in to comment.