mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-11 21:30:11 +08:00
prep for upgrade
This commit is contained in:
parent
a9c16d5fef
commit
6dd6162f78
@ -12,9 +12,9 @@ import org.gradle.kotlin.dsl.DependencyHandlerScope
|
|||||||
object Versions {
|
object Versions {
|
||||||
object Mirai {
|
object Mirai {
|
||||||
const val core = "0.39.1"
|
const val core = "0.39.1"
|
||||||
const val console = "0.4.11"
|
const val console = "0.5.0"
|
||||||
const val consoleGraphical = "0.0.7"
|
const val consoleGraphical = "0.1.0"
|
||||||
const val consoleWrapper = "0.2.0"
|
const val consoleWrapper = "0.3.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
object Kotlin {
|
object Kotlin {
|
||||||
|
@ -372,6 +372,7 @@ object PluginManager {
|
|||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 根据插件名字找Jar中的文件
|
* 根据插件名字找Jar中的文件
|
||||||
* null => 没找到
|
* null => 没找到
|
||||||
|
Loading…
Reference in New Issue
Block a user