Skip to content

Commit b477643

Browse files
committed
build: 1.3.0-RC
1 parent a67d73c commit b477643

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle.kts

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ plugins {
22
kotlin("jvm") version "1.7.20"
33
kotlin("plugin.serialization") version "1.7.20"
44

5-
id("net.mamoe.mirai-console") version "2.13.0-RC"
5+
id("net.mamoe.mirai-console") version "2.13.0-RC2"
66
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
77
}
88

99
group = "xyz.cssxsh.mirai"
10-
version = "1.2.9"
10+
version = "1.3.0-RC"
1111

1212
mavenCentralPublish {
1313
useCentralS01()
@@ -26,12 +26,12 @@ repositories {
2626
}
2727

2828
dependencies {
29-
compileOnly("net.mamoe:mirai-core:2.13.0-RC")
30-
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC")
29+
compileOnly("net.mamoe:mirai-core:2.13.0-RC2")
30+
compileOnly("net.mamoe:mirai-core-utils:2.13.0-RC2")
3131
api("com.cronutils:cron-utils:9.2.0") {
32-
exclude("org.slf4j")
33-
exclude("org.glassfish")
34-
exclude("org.javassist")
32+
exclude(group = "org.slf4j")
33+
exclude(group = "org.glassfish")
34+
exclude(group = "org.javassist")
3535
}
3636
implementation("io.ktor:ktor-client-okhttp:2.1.2") {
3737
exclude(group = "org.jetbrains.kotlin")
@@ -52,7 +52,7 @@ dependencies {
5252

5353
testImplementation(kotlin("test"))
5454
testImplementation("org.slf4j:slf4j-simple:2.0.3")
55-
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC")
55+
testImplementation("net.mamoe:mirai-logging-slf4j:2.13.0-RC2")
5656
}
5757

5858
kotlin {

src/main/kotlin/xyz/cssxsh/mirai/admin/MiraiAdminPlugin.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
1919
JvmPluginDescription(
2020
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
2121
name = "mirai-administrator",
22-
version = "1.2.9",
22+
version = "1.3.0",
2323
) {
2424
author("cssxsh")
2525
}

0 commit comments

Comments
 (0)