Skip to content

Commit b702248

Browse files
committed
mirai: update console 1.0
1 parent 7f632b7 commit b702248

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

build.gradle.kts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
plugins {
2-
kotlin("jvm") version "1.4.10"
3-
kotlin("plugin.serialization") version "1.4.10"
2+
kotlin("jvm") version "1.4.20"
3+
kotlin("plugin.serialization") version "1.4.20"
44
id("com.jfrog.bintray") version "1.8.5"
55
`maven-publish`
6+
7+
id("net.mamoe.mirai-console") version "1.0.0"
68
}
79

810
group = "org.itxtech"
@@ -27,10 +29,7 @@ repositories {
2729
}
2830

2931
dependencies {
30-
api("org.jetbrains.kotlinx:atomicfu:0.14.4")
31-
32-
implementation("net.mamoe:mirai-core:1.3.2")
33-
implementation("net.mamoe:mirai-console:1.0-RC-dev-32")
32+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1")
3433
}
3534

3635
tasks.named<Jar>("jar") {

0 commit comments

Comments
 (0)