Skip to content

Commit

Permalink
Prefer slf4j 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jun 9, 2024
1 parent d8efd72 commit d5d0258
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.12")
prefer("2.0.13")
}
}
listOf(
Expand Down

0 comments on commit d5d0258

Please sign in to comment.