Skip to content

Commit

Permalink
update: dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Mar 9, 2024
1 parent e12d642 commit a4c5a2d
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ plugins {
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"
id("net.mamoe.mirai-console") version "2.16.0"
id("me.him188.maven-central-publish") version "1.0.0"
}

group = "io.github.gnuf0rce"
Expand All @@ -26,25 +26,28 @@ repositories {
}

dependencies {
implementation("com.rometools:rome:2.1.0")
implementation("com.rometools:rome-modules:2.1.0")
implementation("org.jsoup:jsoup:1.16.1")
implementation("org.jsoup:jsoup:1.17.2")
testImplementation(kotlin("test"))
//
implementation(platform("net.mamoe:mirai-bom:2.15.0"))
compileOnly("net.mamoe:mirai-console-compiler-common")
implementation(platform("net.mamoe:mirai-bom:2.16.0"))
testImplementation("net.mamoe:mirai-console-compiler-common")
testImplementation("net.mamoe:mirai-core-mock")
testImplementation("net.mamoe:mirai-logging-slf4j")
//
implementation(platform("io.ktor:ktor-bom:2.3.5"))
implementation(platform("io.ktor:ktor-bom:2.3.9"))
implementation("io.ktor:ktor-client-okhttp")
implementation("io.ktor:ktor-client-encoding")
implementation("io.ktor:ktor-client-content-negotiation")
implementation("io.ktor:ktor-serialization-kotlinx-json")
//
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.11.0"))
implementation(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
implementation("com.squareup.okhttp3:okhttp-dnsoverhttps")
//
implementation(platform("org.slf4j:slf4j-parent:2.0.9"))
implementation(platform("com.rometools:rome-parent:2.1.0"))
implementation("com.rometools:rome")
implementation("com.rometools:rome-modules")
//
implementation(platform("org.slf4j:slf4j-parent:2.0.12"))
testImplementation("org.slf4j:slf4j-simple")
}

Expand Down

0 comments on commit a4c5a2d

Please sign in to comment.