Skip to content

Commit

Permalink
fix: downgrade Kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samarium150 committed Oct 29, 2022
1 parent 76d8f03 commit 2eff20c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
val kotlinVersion = "1.7.20"
val kotlinVersion = "1.7.10"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

Expand All @@ -10,7 +10,7 @@ plugins {
}

group = "io.github.samarium150"
version = "6.0.5"
version = "6.0.6"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/MiraiConsoleLolicon.kt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import java.net.Proxy
object MiraiConsoleLolicon : KotlinPlugin(
JvmPluginDescription(
id = "io.github.samarium150.mirai.plugin.mirai-console-lolicon",
version = "6.0.5",
version = "6.0.6",
name = "Lolicon"
) {
author("Samarium150")
Expand Down

0 comments on commit 2eff20c

Please sign in to comment.