Skip to content

Commit fde1633

Browse files
committed
Fix kotlinx.serialization's version
1 parent 172cc84 commit fde1633

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
### sqllin-dsl
88

99
* Update `kotlinx.coroutines`'s version to `1.8.1`
10-
* Update `kotlinx.serialization`'s version to `1.7.1`
10+
<!--* Update `kotlinx.serialization`'s version to `1.7.1`-->
1111

1212
### sqllin-driver
1313

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
kotlin = "1.9.24"
44
agp = "8.2.2"
55
ksp = "1.9.24-1.0.20"
6-
serialization = "1.7.1"
6+
serialization = "1.6.3"
77
coroutines = "1.8.1"
88
androidx-annotation = "1.8.0"
99
androidx-test = "1.6.1"
1010
sqlite-jdbc = "3.46.0.0"
1111

12-
1312
[libraries]
1413

1514
ksp = { group = "com.google.devtools.ksp", name= "symbol-processing-api", version.ref = "ksp" }

0 commit comments

Comments
 (0)