1
1
plugins {
2
- kotlin(" jvm" ) version " 1.7.10 "
3
- kotlin(" plugin.serialization" ) version " 1.7.10 "
2
+ kotlin(" jvm" ) version " 1.7.20 "
3
+ kotlin(" plugin.serialization" ) version " 1.7.20 "
4
4
5
- id(" net.mamoe.mirai-console" ) version " 2.13.0-M1 "
5
+ id(" net.mamoe.mirai-console" ) version " 2.13.0-RC "
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.8 "
10
+ version = " 1.2.9 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
14
14
singleDevGithubProject(" cssxsh" , " mirai-administrator" )
15
15
licenseFromGitHubProject(" AGPL-3.0" )
16
16
workingDir = System .getenv(" PUBLICATION_TEMP" )?.let { file(it).resolve(projectName) }
17
- ? : project. buildDir.resolve(" publishing-tmp" )
17
+ ? : buildDir.resolve(" publishing-tmp" )
18
18
publication {
19
- artifact(tasks.getByName( " buildPlugin" ) )
19
+ artifact(tasks[ " buildPlugin" ] )
20
20
}
21
21
}
22
22
@@ -26,19 +26,19 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- compileOnly(" net.mamoe:mirai-core:2.13.0-M1 " )
30
- compileOnly(" net.mamoe:mirai-core-utils:2.13.0-M1 " )
29
+ compileOnly(" net.mamoe:mirai-core:2.13.0-RC " )
30
+ compileOnly(" net.mamoe:mirai-core-utils:2.13.0-RC " )
31
31
api(" com.cronutils:cron-utils:9.2.0" ) {
32
32
exclude(" org.slf4j" )
33
33
exclude(" org.glassfish" )
34
34
exclude(" org.javassist" )
35
35
}
36
- implementation(" io.ktor:ktor-client-okhttp:2.1.0 " ) {
36
+ implementation(" io.ktor:ktor-client-okhttp:2.1.2 " ) {
37
37
exclude(group = " org.jetbrains.kotlin" )
38
38
exclude(group = " org.jetbrains.kotlinx" )
39
39
exclude(group = " org.slf4j" )
40
40
}
41
- implementation(" io.ktor:ktor-client-encoding:2.1.0 " ) {
41
+ implementation(" io.ktor:ktor-client-encoding:2.1.2 " ) {
42
42
exclude(group = " org.jetbrains.kotlin" )
43
43
exclude(group = " org.jetbrains.kotlinx" )
44
44
exclude(group = " org.slf4j" )
@@ -51,8 +51,8 @@ dependencies {
51
51
compileOnly(" javax.validation:validation-api:2.0.1.Final" )
52
52
53
53
testImplementation(kotlin(" test" ))
54
- testImplementation(" org.slf4j:slf4j-simple:2.0.0 " )
55
- testImplementation(" net.mamoe:mirai-logging-slf4j:2.13.0-M1 " )
54
+ testImplementation(" org.slf4j:slf4j-simple:2.0.3 " )
55
+ testImplementation(" net.mamoe:mirai-logging-slf4j:2.13.0-RC " )
56
56
}
57
57
58
58
kotlin {
0 commit comments