Skip to content

Commit

Permalink
MiraiNative: update mirai console 1.0-RC-dev-32
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Oct 28, 2020
1 parent 5356e38 commit 7f632b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ kotlin {
}

repositories {
maven("https://maven.aliyun.com/repository/public")
maven("https://dl.bintray.com/him188moe/mirai")
maven("https://dl.bintray.com/mamoe/kotlin-jvm-blocking-bridge")
maven("https://maven.aliyun.com/repository/public")
maven("https://dl.bintray.com/kotlin/kotlin-eap")
}

dependencies {
api("org.jetbrains.kotlinx:atomicfu:0.14.4")

implementation("net.mamoe:mirai-core:1.3.1")
implementation("net.mamoe:mirai-console:1.0-RC-dev-29")
implementation("net.mamoe:mirai-core:1.3.2")
implementation("net.mamoe:mirai-console:1.0-RC-dev-32")
}

tasks.named<Jar>("jar") {
Expand Down

0 comments on commit 7f632b7

Please sign in to comment.