Skip to content

Commit

Permalink
⬆️ 升级依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
limbang committed Jan 16, 2022
1 parent 211990c commit 07eec4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
plugins {
val kotlinVersion = "1.4.30"
val kotlinVersion = "1.5.30"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion

id("net.mamoe.mirai-console") version "2.6.4"
id("net.mamoe.mirai-console") version "2.8.3"
}

group = "top.limbang"
version = "1.1.5"
version = "1.1.6"

repositories {
maven("https://maven.fanua.top:8015/repository/maven-public/")
mavenCentral()
}

dependencies {
implementation("top.fanua.doctor:doctor-client:1.3.4-dev-5")
testImplementation("org.slf4j:slf4j-simple:1.7.30")
implementation("top.fanua.doctor:doctor-client:1.3.5")
testImplementation("org.slf4j:slf4j-simple:1.7.32")
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import top.limbang.mirai.minecraft.service.ServerService.pingServer
object MiraiConsoleMinecraftPlugin : KotlinPlugin(
JvmPluginDescription(
id = "top.limbang.mirai-console-minecraft-plugin",
version = "1.1.4",
version = "1.1.6",
) {
author("limbang")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import net.mamoe.mirai.message.data.PlainText
import top.fanua.doctor.client.MinecraftClient
import top.fanua.doctor.client.entity.ServerInfo
import top.fanua.doctor.client.running.AutoVersionForgePlugin
import top.fanua.doctor.client.running.TpsPlugin
import top.fanua.doctor.client.running.tpsTools
import top.fanua.doctor.client.running.tps.TpsPlugin
import top.fanua.doctor.client.running.tps.tpsTools
import top.fanua.doctor.client.utils.ServerInfoUtils
import top.fanua.doctor.client.utils.substringBetween
import top.fanua.doctor.network.handler.onPacket
Expand Down

0 comments on commit 07eec4d

Please sign in to comment.