Skip to content

Commit 2823f4b

Browse files
committed
fix: build.gradle.kts
1 parent 8ffead7 commit 2823f4b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

build.gradle.kts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation(kotlin("test"))
3636
testImplementation("org.icepear.echarts:echarts-java:1.0.7")
3737
//
38-
implementation(platform("net.mamoe:mirai-bom:2.15.0"))
38+
implementation(platform("net.mamoe:mirai-bom:2.16.0-dev-133"))
3939
testImplementation("net.mamoe:mirai-logging-slf4j")
4040
testImplementation("net.mamoe:mirai-console-compiler-common")
4141
//
@@ -53,6 +53,8 @@ kotlin {
5353

5454
mirai {
5555
jvmTarget = JavaVersion.VERSION_11
56+
coreVersion = "2.16.0-dev-133"
57+
consoleVersion = "2.16.0-dev-133"
5658
if (System.getenv("CI").toBoolean()) {
5759
useTestConsoleFrontEnd = null
5860
}

0 commit comments

Comments
 (0)