1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-25 21:23:55 +08:00

Update serialization version to 1.1.0

Fix unresolved reference on Maven sync due to kotlin-stdlib:1.4.30-370
This commit is contained in:
Him188 2021-03-26 10:19:54 +08:00
parent fef0b4220a
commit aa1aaf1ada

View File

@ -24,7 +24,7 @@ object Versions {
const val coroutines = "1.4.2"
const val atomicFU = "0.15.1"
const val serialization = "1.1.0-RC"
const val serialization = "1.1.0"
const val ktor = "1.5.1"
const val binaryValidator = "0.4.0"