Skip to content

Commit

Permalink
Update core to 2.16.0-RC
Browse files Browse the repository at this point in the history
ryoii committed Oct 12, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 539f9be commit c1416bb
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("io.codearte.nexus-staging") version "0.30.0"
id("me.him188.maven-central-publish") version "1.0.0" // to retrieve credentials
id("net.mamoe.mirai-console") version "2.15.0" apply false
id("net.mamoe.mirai-console") version "2.16.0-RC" apply false
}

buildscript {
8 changes: 2 additions & 6 deletions mirai-api-http/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -9,11 +9,7 @@ plugins {
}

val ktorVersion: String by rootProject.extra
val miraiVersion: String by lazy {
rootProject.buildscript.configurations.getByName("classpath").dependencies
.first { it.name == "net.mamoe.mirai-console.gradle.plugin" }
.version!!
}
val mockVersion = "2.15.0"

dependencies {

@@ -37,7 +33,7 @@ dependencies {

// test
testImplementation("net.mamoe.yamlkt:yamlkt:0.12.0")
testImplementation("net.mamoe:mirai-core-mock:$miraiVersion")
testImplementation("net.mamoe:mirai-core-mock:$mockVersion")
testImplementation("org.slf4j:slf4j-simple:1.7.32")
testImplementation(kotlin("test-junit5"))
ktorTest("server-test-host")

0 comments on commit c1416bb

Please sign in to comment.