Skip to content

Commit

Permalink
Fix kotlinx.serialization's version
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaoyuang committed Jul 17, 2024
1 parent 172cc84 commit fde1633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
### sqllin-dsl

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

### sqllin-driver

Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
kotlin = "1.9.24"
agp = "8.2.2"
ksp = "1.9.24-1.0.20"
serialization = "1.7.1"
serialization = "1.6.3"
coroutines = "1.8.1"
androidx-annotation = "1.8.0"
androidx-test = "1.6.1"
sqlite-jdbc = "3.46.0.0"


[libraries]

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

0 comments on commit fde1633

Please sign in to comment.