We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3b3f37 commit 31aeeb2Copy full SHA for 31aeeb2
compiler-plugin/build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
compileOnly("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.9.10")
34
testImplementation("dev.zacsweers.kctfork:core:0.2.1")
35
testImplementation("junit:junit:4.13.2")
36
- testImplementation("com.google.truth:truth:1.1.3")
+ testImplementation("com.google.truth:truth:1.1.5")
37
testImplementation(kotlin("reflect"))
38
39
}
0 commit comments