mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-11 02:50:15 +08:00
Fix build
This commit is contained in:
parent
97c564afdf
commit
b93002bb72
@ -15,7 +15,7 @@ object Versions {
|
||||
const val consolePure = console
|
||||
|
||||
const val kotlinCompiler = "1.4.0-rc" // for public explict API
|
||||
const val kotlinStdlib = "1.3.72" // for not overriding dependant's stdlib dependency
|
||||
const val kotlinStdlib = "1.4.0-rc" // for not overriding dependant's stdlib dependency
|
||||
|
||||
const val coroutines = "1.3.8-1.4.0-rc"
|
||||
const val collectionsImmutable = "0.3.2"
|
||||
|
Loading…
Reference in New Issue
Block a user