Skip to content

Commit

Permalink
2.9.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlatemp committed Dec 18, 2021
1 parent 1d1a77f commit 6b16fd2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import org.gradle.kotlin.dsl.exclude
import org.jetbrains.kotlin.gradle.plugin.KotlinDependencyHandler

object Versions {
const val project = "2.9.0"
const val project = "2.9.0-RC2"

const val core = project
const val console = project
Expand Down Expand Up @@ -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

const val yamlkt = "0.10.2"
const val intellijGradlePlugin = "1.3.0"
// 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 intellijGradlePlugin = "1.1"
const val kotlinIntellijPlugin = "211-1.5.20-release-284-IJ7442.40" // keep to newest as kotlinCompiler
const val intellij = "2021.1.3" // don't update easily unless you want your disk space -= 500MB

}

Expand Down

0 comments on commit 6b16fd2

Please sign in to comment.