File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/main/kotlin/io/github/gnuf0rce/mirai/github Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ plugins {
2
2
kotlin(" jvm" ) version " 1.7.22"
3
3
kotlin(" plugin.serialization" ) version " 1.7.22"
4
4
5
- id(" net.mamoe.mirai-console" ) version " 2.14.0-RC "
5
+ id(" net.mamoe.mirai-console" ) version " 2.14.0"
6
6
id(" me.him188.maven-central-publish" ) version " 1.0.0-dev-3"
7
7
}
8
8
9
9
group = " io.github.gnuf0rce"
10
- version = " 1.3.0 "
10
+ version = " 1.3.1 "
11
11
12
12
mavenCentralPublish {
13
13
useCentralS01()
@@ -26,12 +26,12 @@ repositories {
26
26
}
27
27
28
28
dependencies {
29
- compileOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.4 " )
30
- compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.3.0 " )
29
+ compileOnly(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.3.0 " )
30
+ compileOnly(" xyz.cssxsh.mirai:mirai-administrator:1.3.3 " )
31
31
testImplementation(kotlin(" test" ))
32
- testImplementation(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.2.4 " )
32
+ testImplementation(" xyz.cssxsh.mirai:mirai-selenium-plugin:2.3.0 " )
33
33
//
34
- implementation(platform(" net.mamoe:mirai-bom:2.14.0-RC " ))
34
+ implementation(platform(" net.mamoe:mirai-bom:2.14.0" ))
35
35
compileOnly(" net.mamoe:mirai-console-compiler-common" )
36
36
testImplementation(" net.mamoe:mirai-core-mock" )
37
37
testImplementation(" net.mamoe:mirai-logging-slf4j" )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ public object GitHubHelperPlugin : KotlinPlugin(
29
29
JvmPluginDescription (
30
30
id = "io.github.gnuf0rce.github-helper",
31
31
name = "github-helper",
32
- version = "1.3.0 ",
32
+ version = "1.3.1 ",
33
33
) {
34
34
author("cssxsh")
35
35
You can’t perform that action at this time.
0 commit comments