Skip to content

Commit

Permalink
被迫更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
Bkm016 committed Mar 22, 2024
1 parent 30ca3ae commit b0a1dee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
java
id("io.izzel.taboolib") version "2.0.10"
id("io.izzel.taboolib") version "2.0.11"
id("org.jetbrains.kotlin.jvm") version "1.8.22"
}

Expand All @@ -13,7 +13,7 @@ taboolib {
// 安装模块
install(UNIVERSAL, BUKKIT)
}
version { taboolib = "6.1.0" }
version { taboolib = "6.1.1-beta15" }
}

repositories {
Expand Down

0 comments on commit b0a1dee

Please sign in to comment.