Skip to content

Commit 2eff20c

Browse files
committed
fix: downgrade Kotlin version
1 parent 76d8f03 commit 2eff20c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
val kotlinVersion = "1.7.20"
4+
val kotlinVersion = "1.7.10"
55
kotlin("jvm") version kotlinVersion
66
kotlin("plugin.serialization") version kotlinVersion
77

@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "io.github.samarium150"
13-
version = "6.0.5"
13+
version = "6.0.6"
1414

1515
repositories {
1616
mavenCentral()

src/main/kotlin/MiraiConsoleLolicon.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import java.net.Proxy
3535
object MiraiConsoleLolicon : KotlinPlugin(
3636
JvmPluginDescription(
3737
id = "io.github.samarium150.mirai.plugin.mirai-console-lolicon",
38-
version = "6.0.5",
38+
version = "6.0.6",
3939
name = "Lolicon"
4040
) {
4141
author("Samarium150")

0 commit comments

Comments
 (0)