mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-27 08:50:15 +08:00
Release version 2.6.0
This commit is contained in:
parent
1bf1e3686f
commit
1dce29a154
@ -12,7 +12,7 @@
|
||||
import org.gradle.api.attributes.Attribute
|
||||
|
||||
object Versions {
|
||||
const val project = "2.6-RC"
|
||||
const val project = "2.6.0"
|
||||
|
||||
const val core = project
|
||||
const val console = project
|
||||
|
@ -11,8 +11,8 @@
|
||||
|
||||
| 版本类型 | 版本号 |
|
||||
|:------:|:------------------------------:|
|
||||
| 稳定 | 2.5.2 |
|
||||
| 预览 | 2.6-RC |
|
||||
| 稳定 | 2.6.0 |
|
||||
| 预览 | - |
|
||||
| 开发 | [![Version]][Bintray Download] |
|
||||
|
||||
### 配置项目
|
||||
@ -36,7 +36,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api("net.mamoe", "mirai-core", "2.5.2")
|
||||
api("net.mamoe", "mirai-core", "2.6.0")
|
||||
}
|
||||
```
|
||||
|
||||
@ -56,7 +56,7 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api('net.mamoe', 'mirai-core', '2.5.2')
|
||||
api('net.mamoe', 'mirai-core', '2.6.0')
|
||||
}
|
||||
```
|
||||
|
||||
@ -69,7 +69,7 @@ dependencies {
|
||||
mirai 在开发时需要 `net.mamoe:mirai-core-api`, 在运行时需要 `net.mamoe:mirai-core`。可以在开发和编译时只依赖 `mirai-core-api`,会减轻对 IDE 的负担。
|
||||
```kotlin
|
||||
dependencies {
|
||||
val miraiVersion = "2.5.2"
|
||||
val miraiVersion = "2.6.0"
|
||||
api("net.mamoe", "mirai-core-api", miraiVersion) // 编译代码使用
|
||||
runtimeOnly("net.mamoe", "mirai-core", miraiVersion) // 运行时使用
|
||||
}
|
||||
@ -85,7 +85,7 @@ dependencies {
|
||||
<dependency>
|
||||
<groupId>net.mamoe</groupId>
|
||||
<artifactId>mirai-core-jvm</artifactId>
|
||||
<version>2.5.2</version>
|
||||
<version>2.6.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
```
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit dc5e89518e17199d930d34eb06f5751f587dc30c
|
||||
Subproject commit 852a54678687086130d7b52b6be05f2f696b941e
|
Loading…
Reference in New Issue
Block a user