Skip to content

Commit 6b16fd2

Browse files
committed
2.9.0-RC2
1 parent 1d1a77f commit 6b16fd2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

buildSrc/src/main/kotlin/Versions.kt

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import org.gradle.kotlin.dsl.exclude
1414
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
1515

1616
object Versions {
17-
const val project = "2.9.0"
17+
const val project = "2.9.0-RC2"
1818

1919
const val core = project
2020
const val console = project
@@ -54,9 +54,9 @@ object Versions {
5454
// If you the versions below, you need to sync changes to mirai-console/buildSrc/src/main/kotlin/Versions.kt
5555

5656
const val yamlkt = "0.10.2"
57-
const val intellijGradlePlugin = "1.3.0"
58-
// const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
59-
const val intellij = "2021.3" // don't update easily unless you want your disk space -= 500MB
57+
const val intellijGradlePlugin = "1.1"
58+
const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
59+
const val intellij = "2021.1.3" // don't update easily unless you want your disk space -= 500MB
6060

6161
}
6262

0 commit comments

Comments
 (0)