Added Curseforge Api Tests

Upgraded kotlin version to 1.6.21
Upgraded mirai console version to 2.11.1
This commit is contained in:
2022-06-17 23:41:26 +08:00
parent be20a22fe9
commit 0558bbfd07
32 changed files with 356 additions and 49 deletions

View File

@@ -1,15 +1,20 @@
plugins {
val kotlinVersion = "1.5.10"
val kotlinVersion = "1.6.21"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.7.0"
id("net.mamoe.mirai-console") version "2.11.1"
}
group = "me.jie65535"
version = "0.1.1"
group = "top.jie65535"
version = "1.0.0"
repositories {
maven("https://maven.aliyun.com/repository/public")
mavenCentral()
}
dependencies {
testImplementation(kotlin("test"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.2")
}