mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-01 21:07:23 +00:00
build: 更新 Kotlin 版本由 1.9.22 到 1.9.23
更新 Kotlin 版本以更好的支持新特性.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
kotlin("jvm") version "1.9.22" apply false
|
||||
kotlin("jvm") version "1.9.23" apply false
|
||||
id("org.jetbrains.kotlinx.kover") version "0.7.5" apply false
|
||||
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
|
||||
}
|
||||
@ -14,4 +14,4 @@ allprojects {
|
||||
}
|
||||
group = "net.lamgc"
|
||||
version = "0.6.1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user