Skip to content

Commit

Permalink
update: dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Aug 3, 2023
1 parent c05deee commit 0e74b1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm") version "1.8.10"
kotlin("plugin.serialization") version "1.8.10"
kotlin("jvm") version "1.8.22"
kotlin("plugin.serialization") version "1.8.22"

id("net.mamoe.mirai-console") version "2.15.0"
id("me.him188.maven-central-publish") version "1.0.0-dev-3"
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {
compileOnly("net.mamoe:mirai-console-compiler-common")
testImplementation("net.mamoe:mirai-logging-slf4j")
//
implementation(platform("io.ktor:ktor-bom:2.2.4"))
implementation(platform("io.ktor:ktor-bom:2.3.3"))
implementation("io.ktor:ktor-client-okhttp")
implementation("io.ktor:ktor-client-encoding")
implementation("io.ktor:ktor-client-content-negotiation")
Expand Down

0 comments on commit 0e74b1f

Please sign in to comment.