mirror of
https://github.com/jie65535/mirai-console-jcf-plugin.git
synced 2026-09-15 03:36:09 +08:00
更新依赖到最新版本
更新插件版本号到v1.2.1
This commit is contained in:
+4
-6
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user