更新依赖到最新版本

更新插件版本号到v1.2.1
This commit is contained in:
2026-08-05 20:38:23 +08:00
parent 26d5a52820
commit 5657fcc01a
4 changed files with 11 additions and 8 deletions
+4 -6
View File
@@ -1,23 +1,21 @@
plugins {
val kotlinVersion = "1.7.10"
val kotlinVersion = "2.0.20"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.13.2"
id("net.mamoe.mirai-console") version "2.16.0"
}
group = "top.jie65535.jcf"
version = "1.2.0"
version = "1.2.1"
repositories {
maven("https://maven.aliyun.com/repository/public")
mavenCentral()
}
val ktorVersion = "2.2.2"
val ktorVersion = "3.0.3"
dependencies {
// implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-core-jvm:$ktorVersion")
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
testImplementation(kotlin("test"))