We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ffead7 commit 2823f4bCopy full SHA for 2823f4b
1 file changed
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
testImplementation(kotlin("test"))
36
testImplementation("org.icepear.echarts:echarts-java:1.0.7")
37
//
38
- implementation(platform("net.mamoe:mirai-bom:2.15.0"))
+ implementation(platform("net.mamoe:mirai-bom:2.16.0-dev-133"))
39
testImplementation("net.mamoe:mirai-logging-slf4j")
40
testImplementation("net.mamoe:mirai-console-compiler-common")
41
@@ -53,6 +53,8 @@ kotlin {
53
54
mirai {
55
jvmTarget = JavaVersion.VERSION_11
56
+ coreVersion = "2.16.0-dev-133"
57
+ consoleVersion = "2.16.0-dev-133"
58
if (System.getenv("CI").toBoolean()) {
59
useTestConsoleFrontEnd = null
60
}
0 commit comments