mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-21 00:40:22 +08:00
Bump Kotlin version to 1.4.0-rc, mirai version to 1.2.0
This commit is contained in:
parent
f1efa0016b
commit
2b0165d850
@ -9,13 +9,13 @@
|
||||
|
||||
object Versions {
|
||||
object Mirai {
|
||||
const val version = "1.1.0"
|
||||
const val version = "1.2.0"
|
||||
}
|
||||
|
||||
object Kotlin {
|
||||
const val compiler = "1.4-M3"
|
||||
const val compiler = "1.4.0-rc"
|
||||
const val stdlib = "1.3.72"
|
||||
const val coroutines = "1.3.7"
|
||||
const val coroutines = "1.3.8"
|
||||
const val atomicFU = "0.14.2"
|
||||
const val serialization = "0.20.0"
|
||||
const val ktor = "1.3.2"
|
||||
|
Loading…
Reference in New Issue
Block a user