File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/kotlin/io/github/gnuf0rce/mirai/netdisk Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -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.0 "
5
+ id(" net.mamoe.mirai-console" ) version " 2.11.1 "
6
6
id(" net.mamoe.maven-central-publish" ) version " 0.7.1"
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()
@@ -25,7 +25,7 @@ repositories {
25
25
}
26
26
27
27
dependencies {
28
- api(" xyz.cssxsh.baidu:baidu-netdisk:2 .0.8 " ) {
28
+ api(" xyz.cssxsh.baidu:baidu-netdisk:3 .0.0 " ) {
29
29
exclude(group = " org.jetbrains.kotlin" )
30
30
exclude(group = " io.ktor" )
31
31
}
@@ -41,7 +41,7 @@ dependencies {
41
41
exclude(group = " org.slf4j" )
42
42
exclude(group = " io.ktor" , module = " ktor-client-core" )
43
43
}
44
- compileOnly(" net.mamoe:mirai-core-utils:2.11.0 " )
44
+ compileOnly(" net.mamoe:mirai-core-utils:2.11.1 " )
45
45
//
46
46
testImplementation(kotlin(" test" , " 1.6.21" ))
47
47
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ public object NetDiskFileSyncPlugin : KotlinPlugin(
12
12
JvmPluginDescription (
13
13
id = "io.github.gnuf0rce.file-sync",
14
14
name = "file-sync",
15
- version = "1.3.0 ",
15
+ version = "1.3.1 ",
16
16
) {
17
17
author("cssxsh")
18
18
}
You can’t perform that action at this time.
0 commit comments