mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-09 19:50:27 +08:00
2.9.0-RC2
This commit is contained in:
parent
1d1a77ff1a
commit
6b16fd2580
@ -14,7 +14,7 @@ import org.gradle.kotlin.dsl.exclude
|
|||||||
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
|
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val project = "2.9.0"
|
const val project = "2.9.0-RC2"
|
||||||
|
|
||||||
const val core = project
|
const val core = project
|
||||||
const val console = project
|
const val console = project
|
||||||
@ -54,9 +54,9 @@ object Versions {
|
|||||||
// If you the versions below, you need to sync changes to mirai-console/buildSrc/src/main/kotlin/Versions.kt
|
// If you the versions below, you need to sync changes to mirai-console/buildSrc/src/main/kotlin/Versions.kt
|
||||||
|
|
||||||
const val yamlkt = "0.10.2"
|
const val yamlkt = "0.10.2"
|
||||||
const val intellijGradlePlugin = "1.3.0"
|
const val intellijGradlePlugin = "1.1"
|
||||||
// const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
|
const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
|
||||||
const val intellij = "2021.3" // don't update easily unless you want your disk space -= 500MB
|
const val intellij = "2021.1.3" // don't update easily unless you want your disk space -= 500MB
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user