11plugins {
2- kotlin(" jvm" ) version " 1.7.20 "
3- kotlin(" plugin.serialization" ) version " 1.7.20 "
2+ kotlin(" jvm" ) version " 1.7.21 "
3+ kotlin(" plugin.serialization" ) version " 1.7.21 "
44
5- id(" net.mamoe.mirai-console" ) version " 2.13.0-RC "
5+ id(" net.mamoe.mirai-console" ) version " 2.13.2 "
66 id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
77}
88
99group = " io.github.gnuf0rce"
10- version = " 1.2.8 "
10+ version = " 1.2.9 "
1111
1212mavenCentralPublish {
1313 useCentralS01()
@@ -26,38 +26,24 @@ repositories {
2626}
2727
2828dependencies {
29- implementation(" io.ktor:ktor-client-okhttp:2.1.2" ) {
30- exclude(group = " org.jetbrains.kotlin" )
31- exclude(group = " org.jetbrains.kotlinx" )
32- exclude(group = " org.slf4j" )
33- }
34- implementation(" io.ktor:ktor-client-encoding:2.1.2" ) {
35- exclude(group = " org.jetbrains.kotlin" )
36- exclude(group = " org.jetbrains.kotlinx" )
37- exclude(group = " org.slf4j" )
38- }
39- implementation(" io.ktor:ktor-client-content-negotiation:2.1.2" ) {
40- exclude(group = " org.jetbrains.kotlin" )
41- exclude(group = " org.jetbrains.kotlinx" )
42- exclude(group = " org.slf4j" )
43- }
44- implementation(" io.ktor:ktor-serialization-kotlinx-json:2.1.2" ) {
45- exclude(group = " org.jetbrains.kotlin" )
46- exclude(group = " org.jetbrains.kotlinx" )
47- exclude(group = " org.slf4j" )
48- }
49- implementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:4.10.0" ) {
50- exclude(group = " org.jetbrains.kotlin" )
51- exclude(group = " org.jetbrains.kotlinx" )
52- exclude(group = " org.slf4j" )
53- }
54- compileOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.3" )
55- compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.2.8" )
56- // test
57- testRuntimeOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.3" )
29+ compileOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.4" )
30+ compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.3.0" )
5831 testImplementation(kotlin(" test" ))
59- testImplementation(" org.slf4j:slf4j-simple:2.0.3" )
60- testImplementation(" net.mamoe:mirai-logging-slf4j:2.13.0-RC" )
32+ testImplementation(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.4" )
33+ //
34+ implementation(platform(" net.mamoe:mirai-bom:2.13.2" ))
35+ compileOnly(" net.mamoe:mirai-console-compiler-common" )
36+ testImplementation(" net.mamoe:mirai-logging-slf4j" )
37+ //
38+ implementation(platform(" io.ktor:ktor-bom:2.1.3" ))
39+ implementation(" io.ktor:ktor-client-okhttp" )
40+ implementation(" io.ktor:ktor-client-encoding" )
41+ implementation(" io.ktor:ktor-client-content-negotiation" )
42+ implementation(" io.ktor:ktor-serialization-kotlinx-json" )
43+ implementation(" com.squareup.okhttp3:okhttp-dnsoverhttps:4.10.0" )
44+ //
45+ implementation(platform(" org.slf4j:slf4j-parent:2.0.5" ))
46+ testImplementation(" org.slf4j:slf4j-simple" )
6147}
6248
6349mirai {
0 commit comments