@@ -2,13 +2,13 @@ plugins {
22 kotlin(" jvm" ) version " 1.8.10"
33 kotlin(" plugin.serialization" ) version " 1.8.10"
44
5- id(" net.mamoe.mirai-console" ) version " 2.15.0 "
5+ id(" net.mamoe.mirai-console" ) version " 2.16.0-RC "
66 id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
77 id(" me.him188.kotlin-jvm-blocking-bridge" ) version " 2.2.0-180.1"
88}
99
1010group = " xyz.cssxsh.mirai"
11- version = " 2.5.0 "
11+ version = " 2.5.1 "
1212
1313mavenCentralPublish {
1414 useCentralS01()
@@ -24,7 +24,6 @@ mavenCentralPublish {
2424repositories {
2525 mavenLocal()
2626 mavenCentral()
27- maven(" https://repo.mirai.mamoe.net/snapshots" )
2827}
2928
3029dependencies {
@@ -35,7 +34,7 @@ dependencies {
3534 testImplementation(kotlin(" test" ))
3635 testImplementation(" org.icepear.echarts:echarts-java:1.0.7" )
3736 //
38- implementation(platform(" net.mamoe:mirai-bom:2.16.0-dev-133 " ))
37+ implementation(platform(" net.mamoe:mirai-bom:2.16.0-RC " ))
3938 testImplementation(" net.mamoe:mirai-logging-slf4j" )
4039 testImplementation(" net.mamoe:mirai-console-compiler-common" )
4140 //
@@ -53,8 +52,6 @@ kotlin {
5352
5453mirai {
5554 jvmTarget = JavaVersion .VERSION_11
56- coreVersion = " 2.16.0-dev-133"
57- consoleVersion = " 2.16.0-dev-133"
5855 if (System .getenv(" CI" ).toBoolean()) {
5956 useTestConsoleFrontEnd = null
6057 }
0 commit comments