更新版本到1.3.0

增加在间隔时间内是否拦截事件选项
更新依赖版本
This commit is contained in:
2023-02-13 22:44:14 +08:00
parent f20fd9b807
commit 22e8624f0b
3 changed files with 18 additions and 8 deletions

View File

@@ -1,13 +1,13 @@
plugins {
val kotlinVersion = "1.6.0"
val kotlinVersion = "1.7.10"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.12.2"
id("net.mamoe.mirai-console") version "2.14.0"
}
group = "top.jie65535"
version = "1.2.1"
version = "1.3.0"
repositories {
mavenLocal()