We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fdfe8 commit 2db249eCopy full SHA for 2db249e
1 file changed
gradle/libs.versions.toml
@@ -28,7 +28,7 @@ kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet" }
28
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet" }
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
-okio = "com.squareup.okio:okio:3.16.4"
+okio = "com.squareup.okio:okio:3.17.0"
32
assertj = "org.assertj:assertj-core:3.27.7"
33
assertk = "com.willowtreeapps.assertk:assertk:0.28.1"
34
junit = "junit:junit:4.13.2"
0 commit comments