Update to kotlinx-serialization 1.2.1 and yamlkt 0.10.0

This commit is contained in:
Him188 2021-07-02 22:39:56 +08:00
parent 7b42fc6888
commit 59e60d42ce

View File

@ -24,7 +24,7 @@ object Versions {
const val coroutines = "1.5.0"
const val atomicFU = "0.16.1"
const val serialization = "1.1.0"
const val serialization = "1.2.1"
const val ktor = "1.5.4"
const val binaryValidator = "0.4.0"
@ -49,7 +49,7 @@ object Versions {
// If you the versions below, you need to sync changes to mirai-console/buildSrc/src/main/kotlin/Versions.kt
const val yamlkt = "0.9.0"
const val yamlkt = "0.10.0"
const val intellijGradlePlugin = "1.1"
const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
const val intellij = "2021.1.3" // don't update easily unless you want your disk space -= 500MB