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 24e0aca commit dc8fa94Copy full SHA for dc8fa94
gradle/libs.versions.toml
@@ -29,7 +29,7 @@ kotlinpoet = "com.squareup:kotlinpoet:1.14.2"
29
ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
30
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
31
32
-okio = "com.squareup.okio:okio:3.3.0"
+okio = "com.squareup.okio:okio:3.4.0"
33
34
truth = { module = "com.google.truth:truth", version = "1.1.5" }
35
junit = "junit:junit:4.13.2"
0 commit comments