File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
plugins {
4
- val kotlinVersion = " 1.7.20 "
4
+ val kotlinVersion = " 1.7.10 "
5
5
kotlin(" jvm" ) version kotlinVersion
6
6
kotlin(" plugin.serialization" ) version kotlinVersion
7
7
@@ -10,7 +10,7 @@ plugins {
10
10
}
11
11
12
12
group = " io.github.samarium150"
13
- version = " 6.0.5 "
13
+ version = " 6.0.6 "
14
14
15
15
repositories {
16
16
mavenCentral()
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import java.net.Proxy
35
35
object MiraiConsoleLolicon : KotlinPlugin(
36
36
JvmPluginDescription (
37
37
id = "io.github.samarium150.mirai.plugin.mirai-console-lolicon",
38
- version = "6.0.5 ",
38
+ version = "6.0.6 ",
39
39
name = "Lolicon "
40
40
) {
41
41
author("Samarium150 ")
You can’t perform that action at this time.
0 commit comments