Skip to content

Commit ff1cdf0

Browse files
committed
[code] updated to kotlin-json-stream-1.2.3
1 parent 933340c commit ff1cdf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: "org.jetbrains.kotlin.jvm"
1818
dependencies {
1919
implementation "com.google.devtools.ksp:symbol-processing-api:2.1.0-1.0.29"
2020
implementation "com.squareup:kotlinpoet:2.0.0"
21-
implementation "com.fab1an:kotlin-json-stream:1.2.2"
21+
implementation "com.fab1an:kotlin-json-stream:1.2.3"
2222
implementation project(":kotlin-json-stream-serializer-annotations")
2323

2424
testImplementation "org.jetbrains.kotlin:kotlin-test"

0 commit comments

Comments
 (0)