@@ -2,7 +2,7 @@ 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.12.0-RC "
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
@@ -29,22 +29,22 @@ kotlin {
29
29
}
30
30
31
31
dependencies {
32
- implementation(" io.ktor:ktor-client-okhttp:2.0.2 " ) {
32
+ implementation(" io.ktor:ktor-client-okhttp:2.0.3 " ) {
33
33
exclude(group = " org.jetbrains.kotlin" )
34
34
exclude(group = " org.jetbrains.kotlinx" )
35
35
exclude(group = " org.slf4j" )
36
36
}
37
- implementation(" io.ktor:ktor-client-encoding:2.0.2 " ) {
37
+ implementation(" io.ktor:ktor-client-encoding:2.0.3 " ) {
38
38
exclude(group = " org.jetbrains.kotlin" )
39
39
exclude(group = " org.jetbrains.kotlinx" )
40
40
exclude(group = " org.slf4j" )
41
41
}
42
- implementation(" io.ktor:ktor-client-content-negotiation:2.0.2 " ) {
42
+ implementation(" io.ktor:ktor-client-content-negotiation:2.0.3 " ) {
43
43
exclude(group = " org.jetbrains.kotlin" )
44
44
exclude(group = " org.jetbrains.kotlinx" )
45
45
exclude(group = " org.slf4j" )
46
46
}
47
- implementation(" io.ktor:ktor-serialization-kotlinx-json:2.0.2 " ) {
47
+ implementation(" io.ktor:ktor-serialization-kotlinx-json:2.0.3 " ) {
48
48
exclude(group = " org.jetbrains.kotlin" )
49
49
exclude(group = " org.jetbrains.kotlinx" )
50
50
exclude(group = " org.slf4j" )
@@ -54,7 +54,7 @@ dependencies {
54
54
exclude(group = " org.jetbrains.kotlinx" )
55
55
exclude(group = " org.slf4j" )
56
56
}
57
- compileOnly(" net.mamoe:mirai-core-utils:2.12.0-RC " )
57
+ compileOnly(" net.mamoe:mirai-core-utils:2.12.0" )
58
58
compileOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.1.1" )
59
59
compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.2.0" )
60
60
// test
0 commit comments