File tree 2 files changed +6
-6
lines changed
src/main/kotlin/xyz/cssxsh/mirai/selenium
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
group = " xyz.cssxsh.mirai"
11
- version = " 2.3 .0"
11
+ version = " 2.4 .0"
12
12
13
13
mavenCentralPublish {
14
14
useCentralS01()
@@ -38,12 +38,12 @@ dependencies {
38
38
testImplementation(" net.mamoe:mirai-logging-slf4j" )
39
39
testImplementation(" net.mamoe:mirai-console-compiler-common" )
40
40
//
41
- implementation(platform(" org.slf4j:slf4j-parent:2.0.6 " ))
41
+ implementation(platform(" org.slf4j:slf4j-parent:2.0.7 " ))
42
42
testImplementation(" org.slf4j:slf4j-simple" )
43
- testImplementation(" org.slf4j:jcl-over-slf4j:2.0.6 " )
44
- testImplementation(" org.slf4j:jul-to-slf4j:2.0.6 " )
43
+ testImplementation(" org.slf4j:jcl-over-slf4j:2.0.7 " )
44
+ testImplementation(" org.slf4j:jul-to-slf4j:2.0.7 " )
45
45
//
46
- implementation(platform(" io.netty:netty-bom:4.1.91 .Final" ))
46
+ implementation(platform(" io.netty:netty-bom:4.1.93 .Final" ))
47
47
}
48
48
49
49
kotlin {
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ public object MiraiSeleniumPlugin : KotlinPlugin(
21
21
JvmPluginDescription (
22
22
id = "xyz.cssxsh.mirai.plugin.mirai-selenium-plugin",
23
23
name = "mirai-selenium-plugin",
24
- version = "2.3 .0",
24
+ version = "2.4 .0",
25
25
) {
26
26
author("cssxsh")
27
27
}
You can’t perform that action at this time.
0 commit comments