@@ -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 "
6
6
id(" net.mamoe.maven-central-publish" ) version " 0.7.1"
7
7
}
8
8
9
9
group = " xyz.cssxsh"
10
- version = " 1.0.3 "
10
+ version = " 1.0.4 "
11
11
12
12
repositories {
13
13
mavenLocal()
@@ -26,19 +26,14 @@ mavenCentralPublish {
26
26
27
27
dependencies {
28
28
compileOnly(" xyz.cssxsh.mirai:mirai-hibernate-plugin:2.2.4" )
29
- compileOnly(" xyz.cssxsh.mirai:mirai-skia-plugin:1.1.1 " )
30
- compileOnly(" xyz.cssxsh:weibo-helper:1.5.0 " )
31
- compileOnly(" xyz.cssxsh:bilibili-helper:1.5.2 " )
32
- compileOnly(" net.mamoe:mirai-core-utils:2.11.1 " )
29
+ compileOnly(" xyz.cssxsh.mirai:mirai-skia-plugin:1.1.2 " )
30
+ compileOnly(" xyz.cssxsh:weibo-helper:1.5.2 " )
31
+ compileOnly(" xyz.cssxsh:bilibili-helper:1.6.0 " )
32
+ compileOnly(" net.mamoe:mirai-core-utils:2.12.0 " )
33
33
// Test
34
34
testImplementation(kotlin(" test" , " 1.6.21" ))
35
- testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-linux-arm64:0.7.20" )
36
- testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-linux-x64:0.7.20" )
37
- testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-arm64:0.7.20" )
38
- testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-macos-x64:0.7.20" )
39
- testImplementation(" org.jetbrains.skiko:skiko-awt-runtime-windows-x64:0.7.20" )
40
- testImplementation(" xyz.cssxsh.mirai:mirai-skia-plugin:1.1.1" )
41
- testImplementation(" net.mamoe:mirai-core-utils:2.11.1" )
35
+ testImplementation(" xyz.cssxsh.mirai:mirai-skia-plugin:1.1.2" )
36
+ testImplementation(" net.mamoe:mirai-core-utils:2.12.0" )
42
37
}
43
38
44
39
kotlin {
0 commit comments