We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc1360 commit 0c00ea6Copy full SHA for 0c00ea6
1 file changed
gradle/libs.versions.toml
@@ -29,7 +29,7 @@ kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
29
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet" }
30
ksp = { module = "com.google.devtools.ksp:symbol-processing", version.ref = "ksp" }
31
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version.ref = "ksp" }
32
-okio = "com.squareup.okio:okio:3.14.0"
+okio = "com.squareup.okio:okio:3.15.0"
33
assertj = "org.assertj:assertj-core:3.27.3"
34
junit = "junit:junit:4.13.2"
35
kotlinCompileTesting = { module = "dev.zacsweers.kctfork:core", version.ref = "kotlinCompileTesting" }
0 commit comments