We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e21df commit ab81908Copy full SHA for ab81908
1 file changed
gradle/libs.versions.toml
@@ -35,6 +35,6 @@ ktfmt = { module = "com.facebook:ktfmt", version.ref = "ktfmt" }
35
36
# Test libs
37
junit = { module = "junit:junit", version = "4.13.2" }
38
-truth = { module = "com.google.truth:truth", version = "1.4.4" }
+truth = { module = "com.google.truth:truth", version = "1.4.5" }
39
kct-core = { module = "dev.zacsweers.kctfork:core", version.ref = "kct" }
40
kct-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref = "kct" }
0 commit comments