Skip to content

Commit

Permalink
fix: build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Sep 1, 2023
1 parent 8ffead7 commit 2823f4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
testImplementation(kotlin("test"))
testImplementation("org.icepear.echarts:echarts-java:1.0.7")
//
implementation(platform("net.mamoe:mirai-bom:2.15.0"))
implementation(platform("net.mamoe:mirai-bom:2.16.0-dev-133"))
testImplementation("net.mamoe:mirai-logging-slf4j")
testImplementation("net.mamoe:mirai-console-compiler-common")
//
Expand All @@ -53,6 +53,8 @@ kotlin {

mirai {
jvmTarget = JavaVersion.VERSION_11
coreVersion = "2.16.0-dev-133"
consoleVersion = "2.16.0-dev-133"
if (System.getenv("CI").toBoolean()) {
useTestConsoleFrontEnd = null
}
Expand Down

0 comments on commit 2823f4b

Please sign in to comment.