/* * Copyright 2019-2020 Mamoe Technologies and contributors. * * 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证. * Use of this source code is governed by the GNU AFFERO GENERAL PUBLIC LICENSE version 3 license that can be found via the following link. * * https://github.com/mamoe/mirai/blob/master/LICENSE */ /* * Copyright 2019-2020 Mamoe Technologies and contributors. * * 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证. * Use of this source code is governed by the GNU AFFERO GENERAL PUBLIC LICENSE version 3 license that can be found via the following link. * * https://github.com/mamoe/mirai/blob/master/LICENSE */ object Versions { const val core = "1.2.2" const val console = "1.0-RC-dev-1" const val consoleGraphical = "0.0.7" const val consoleTerminal = "0.1.0" const val consolePure = console const val kotlinCompiler = "1.4.0" const val kotlinStdlib = "1.4.0" const val coroutines = "1.3.9" const val collectionsImmutable = "0.3.2" const val serialization = "1.0.0-RC" const val ktor = "1.4.0" const val atomicFU = "0.14.4" const val androidGradle = "3.6.2" const val bintray = "1.8.5" const val blockingBridge = "1.0.3" }