更新到v1.0

弃用pastebin粘贴
增加pastebin运行支持
增加pastebin运行时增加输入
更新依赖
This commit is contained in:
2022-03-30 11:19:59 +08:00
parent 8c3c316d5d
commit f374a446ee
7 changed files with 80 additions and 41 deletions

View File

@@ -1,13 +1,13 @@
plugins {
val kotlinVersion = "1.5.10"
val kotlinVersion = "1.6.10"
kotlin("jvm") version kotlinVersion
kotlin("plugin.serialization") version kotlinVersion
id("net.mamoe.mirai-console") version "2.6.7"
id("net.mamoe.mirai-console") version "2.10.0"
}
group = "me.jie65535"
version = "0.2"
group = "top.jie65535"
version = "1.0"
repositories {
maven("https://maven.aliyun.com/repository/public")