File tree 2 files changed +5
-5
lines changed
src/main/kotlin/xyz/cssxsh/mirai/admin
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ plugins {
2
2
kotlin(" jvm" ) version " 1.6.21"
3
3
kotlin(" plugin.serialization" ) version " 1.6.21"
4
4
5
- id(" net.mamoe.mirai-console" ) version " 2.11.1 "
5
+ id(" net.mamoe.mirai-console" ) version " 2.12.0-RC "
6
6
id(" net.mamoe.maven-central-publish" ) version " 0.7.1"
7
7
}
8
8
9
9
group = " xyz.cssxsh.mirai"
10
- version = " 1.2.1 "
10
+ version = " 1.2.2 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
@@ -25,8 +25,8 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- compileOnly(" net.mamoe:mirai-core:2.11.1 " )
29
- compileOnly(" net.mamoe:mirai-core-utils:2.11.1 " )
28
+ compileOnly(" net.mamoe:mirai-core:2.12.0-RC " )
29
+ compileOnly(" net.mamoe:mirai-core-utils:2.12.0-RC " )
30
30
api(" com.cronutils:cron-utils:9.1.6" ) {
31
31
exclude(" org.slf4j" )
32
32
exclude(" org.glassfish" )
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public object MiraiAdminPlugin : KotlinPlugin(
13
13
JvmPluginDescription (
14
14
id = "xyz.cssxsh.mirai.plugin.mirai-administrator",
15
15
name = "mirai-administrator",
16
- version = "1.2.1 ",
16
+ version = "1.2.2 ",
17
17
) {
18
18
author("cssxsh")
19
19
}
You can’t perform that action at this time.
0 commit comments