mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-04-29 22:27:31 +00:00
build: 更新 Slf4j-api 的版本.
更新版本以修复潜在的问题.
This commit is contained in:
parent
d7b253186e
commit
6ea36a1129
@ -9,7 +9,7 @@ plugins {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation(project(":scalabot-extension"))
|
implementation(project(":scalabot-extension"))
|
||||||
|
|
||||||
implementation("org.slf4j:slf4j-api:1.7.35")
|
implementation("org.slf4j:slf4j-api:1.7.36")
|
||||||
implementation("io.github.microutils:kotlin-logging:2.1.21")
|
implementation("io.github.microutils:kotlin-logging:2.1.21")
|
||||||
implementation("ch.qos.logback:logback-classic:1.2.10")
|
implementation("ch.qos.logback:logback-classic:1.2.10")
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ plugins {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api("org.telegram:telegrambots-abilities:5.6.0")
|
api("org.telegram:telegrambots-abilities:5.6.0")
|
||||||
api("org.slf4j:slf4j-api:1.7.33")
|
api("org.slf4j:slf4j-api:1.7.36")
|
||||||
|
|
||||||
// There is nothing to test.
|
// There is nothing to test.
|
||||||
// testImplementation(kotlin("test"))
|
// testImplementation(kotlin("test"))
|
||||||
|
Loading…
Reference in New Issue
Block a user