@@ -2,12 +2,12 @@ plugins {
2
2
kotlin(" jvm" ) version " 1.7.20"
3
3
kotlin(" plugin.serialization" ) version " 1.7.20"
4
4
5
- id(" net.mamoe.mirai-console" ) version " 2.13.0-RC "
5
+ id(" net.mamoe.mirai-console" ) version " 2.13.0-RC2 "
6
6
id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
7
7
}
8
8
9
9
group = " xyz.cssxsh.mirai"
10
- version = " 1.2.9 "
10
+ version = " 1.3.0-RC "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
@@ -26,12 +26,12 @@ repositories {
26
26
}
27
27
28
28
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 " )
31
31
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" )
35
35
}
36
36
implementation(" io.ktor:ktor-client-okhttp:2.1.2" ) {
37
37
exclude(group = " org.jetbrains.kotlin" )
@@ -52,7 +52,7 @@ dependencies {
52
52
53
53
testImplementation(kotlin(" test" ))
54
54
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 " )
56
56
}
57
57
58
58
kotlin {
0 commit comments