Skip to content

Commit

Permalink
Prefer slf4j 2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix authored Feb 6, 2024
1 parent 67e7452 commit 2d9e088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.11")
prefer("2.0.12")
}
}
listOf(
Expand Down

0 comments on commit 2d9e088

Please sign in to comment.