mirror of
https://github.com/jie65535/mirai-console-jnr-plugin.git
synced 2025-12-15 18:41:35 +08:00
更新版本到1.3.0
增加在间隔时间内是否拦截事件选项 更新依赖版本
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user