Skip to content

Commit

Permalink
mirai: update console 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PeratX committed Nov 24, 2020
1 parent 7f632b7 commit b702248
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
plugins {
kotlin("jvm") version "1.4.10"
kotlin("plugin.serialization") version "1.4.10"
kotlin("jvm") version "1.4.20"
kotlin("plugin.serialization") version "1.4.20"
id("com.jfrog.bintray") version "1.8.5"
`maven-publish`

id("net.mamoe.mirai-console") version "1.0.0"
}

group = "org.itxtech"
Expand All @@ -27,10 +29,7 @@ repositories {
}

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

implementation("net.mamoe:mirai-core:1.3.2")
implementation("net.mamoe:mirai-console:1.0-RC-dev-32")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.0.1")
}

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

0 comments on commit b702248

Please sign in to comment.