Skip to content

Commit

Permalink
build: 更新 Kotlinx Serialization 到 v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Aug 30, 2023
1 parent fa224fd commit 83ae4a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlinx-coroutines = "1.7.1"
kotlinx-serialization = "1.5.1"
kotlinx-serialization = "1.6.0"
spring-boot = "2.7.12"
openjdk-jmh = "1.36"
#forte-di = "0.0.3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ fun main(vararg args: String) {

println(simbotApp.environment.serializersModule)

// TODO Json decode BUG
println(Json {
isLenient = true
ignoreUnknownKeys = true
Expand Down

0 comments on commit 83ae4a6

Please sign in to comment.