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

[idea] Bump IDEA and kotlin-idea version to 2022.3

This commit is contained in:
Him188 2022-12-22 12:58:35 +00:00
parent a3f9755e8e
commit 4545489eef
No known key found for this signature in database
GPG Key ID: BA439CDDCF652375

View File

@ -35,7 +35,7 @@ object Versions {
const val kotlinStdlib = kotlinCompiler
const val dokka = "1.7.10"
const val kotlinCompilerForIdeaPlugin = "1.7.10"
const val kotlinCompilerForIdeaPlugin = "1.7.20"
const val coroutines = "1.6.4"
const val atomicFU = "0.18.3"
@ -84,7 +84,7 @@ object Versions {
// don't update easily unless you want your disk space -= 1000 MB
// (700 MB for IDEA, 150 MB for sources, 150 MB for JBR)
const val intellij = "222.3345-EAP-CANDIDATE-SNAPSHOT"
const val intellij = "2022.3.1"
}
@Suppress("unused")