mirror of
https://github.com/jie65535/mirai-console-jms-plugin.git
synced 2025-12-15 19:07:33 +08:00
Fix UUID API
Update version to v1.1.0
This commit is contained in:
@@ -3,11 +3,11 @@ plugins {
|
||||
kotlin("jvm") version kotlinVersion
|
||||
kotlin("plugin.serialization") version kotlinVersion
|
||||
|
||||
id("net.mamoe.mirai-console") version "2.15.0"
|
||||
id("net.mamoe.mirai-console") version "2.16.0"
|
||||
}
|
||||
|
||||
group = "top.jie65535.mirai"
|
||||
version = "1.0.0"
|
||||
version = "1.1.0"
|
||||
|
||||
repositories {
|
||||
maven("https://maven.aliyun.com/repository/public")
|
||||
@@ -16,6 +16,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation("io.ktor:ktor-client-core-jvm:2.3.2")
|
||||
implementation("io.ktor:ktor-client-okhttp-jvm:2.3.2")
|
||||
val ktorVersion = "2.3.8"
|
||||
implementation("io.ktor:ktor-client-core-jvm:$ktorVersion")
|
||||
implementation("io.ktor:ktor-client-okhttp-jvm:$ktorVersion")
|
||||
}
|
||||
Reference in New Issue
Block a user