chore: bump slf4j version
This commit is contained in:
parent
6c83ea6b4c
commit
6cc91f0cfe
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ version = System.getenv("CI_COMMIT_TAG")?.let { "$it-${System.getenv("CI_COMMIT_
|
|||
|
||||
val kordver = "1.7.1-SNAPSHOT"
|
||||
val lavaver = "6.0.0"
|
||||
val coroutinesver = "1.1.0"
|
||||
val coroutinesver = "1.7.3"
|
||||
|
||||
val mavenArtifact = "Botendo"
|
||||
project.base.archivesName.set(mavenArtifact)
|
||||
|
@ -93,8 +93,8 @@ dependencies {
|
|||
shadow("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesver")
|
||||
|
||||
//Logging
|
||||
shadow("org.slf4j:slf4j-api:2.0.3")
|
||||
shadow("org.slf4j:slf4j-simple:2.0.3")
|
||||
shadow("org.slf4j:slf4j-api:2.0.9")
|
||||
shadow("org.slf4j:slf4j-simple:2.0.9")
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue