Commit 6b16fd2 1 parent 1d1a77f commit 6b16fd2 Copy full SHA for 6b16fd2
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import org.gradle.kotlin.dsl.exclude
14
14
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler
15
15
16
16
object Versions {
17
- const val project = " 2.9.0"
17
+ const val project = " 2.9.0-RC2 "
18
18
19
19
const val core = project
20
20
const val console = project
@@ -54,9 +54,9 @@ object Versions {
54
54
// If you the versions below, you need to sync changes to mirai-console/buildSrc/src/main/kotlin/Versions.kt
55
55
56
56
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
60
60
61
61
}
62
62
You can’t perform that action at this time.
0 commit comments