Skip to content

Commit

Permalink
update: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jun 29, 2023
1 parent 673e77a commit 66624a3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
kotlin("jvm") version "1.7.22"
kotlin("plugin.serialization") version "1.7.22"
kotlin("jvm") version "1.8.10"
kotlin("plugin.serialization") version "1.8.10"

id("net.mamoe.mirai-console") version "2.14.0"
id("net.mamoe.mirai-console") version "2.15.0-RC"
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
}

Expand All @@ -26,26 +26,26 @@ repositories {
}

dependencies {
api("com.cronutils:cron-utils:9.2.0")
api("jakarta.mail:jakarta.mail-api:2.1.1")
api("com.cronutils:cron-utils:9.2.1")
api("jakarta.mail:jakarta.mail-api:2.1.2")
api("org.apache.poi:poi:5.2.3")
implementation("org.eclipse.angus:angus-mail:2.0.1")
implementation("org.eclipse.angus:angus-mail:2.0.2")
implementation("org.apache.poi:poi-ooxml:5.2.3")
testImplementation(kotlin("test"))
//
implementation(platform("net.mamoe:mirai-bom:2.14.0"))
implementation(platform("net.mamoe:mirai-bom:2.15.0-RC"))
compileOnly("net.mamoe:mirai-core")
compileOnly("net.mamoe:mirai-core-utils")
compileOnly("net.mamoe:mirai-console-compiler-common")
testImplementation("net.mamoe:mirai-core-mock")
testImplementation("net.mamoe:mirai-logging-slf4j")
testImplementation("net.mamoe:mirai-core-utils")
//
implementation(platform("io.ktor:ktor-bom:2.1.3"))
implementation(platform("io.ktor:ktor-bom:2.2.4"))
implementation("io.ktor:ktor-client-okhttp")
implementation("io.ktor:ktor-client-encoding")
//
implementation(platform("org.slf4j:slf4j-parent:2.0.6"))
implementation(platform("org.slf4j:slf4j-parent:2.0.7"))
testImplementation("org.slf4j:slf4j-simple")
}

Expand Down

0 comments on commit 66624a3

Please sign in to comment.