Commit 2b0165d8 authored by Him188's avatar Him188

Bump Kotlin version to 1.4.0-rc, mirai version to 1.2.0

parent f1efa001
...@@ -9,13 +9,13 @@ ...@@ -9,13 +9,13 @@
object Versions { object Versions {
object Mirai { object Mirai {
const val version = "1.1.0" const val version = "1.2.0"
} }
object Kotlin { object Kotlin {
const val compiler = "1.4-M3" const val compiler = "1.4.0-rc"
const val stdlib = "1.3.72" 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 atomicFU = "0.14.2"
const val serialization = "0.20.0" const val serialization = "0.20.0"
const val ktor = "1.3.2" const val ktor = "1.3.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment