Skip to content

Commit

Permalink
Prefer slf4j-api 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Sep 8, 2023
1 parent be52500 commit 6109196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.7")
prefer("2.0.9")
}
}
implementation("com.squareup.moshi:moshi") {
Expand Down
2 changes: 1 addition & 1 deletion integrationtest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation("org.slf4j:slf4j-api") {
version {
strictly("[1.7,3)")
prefer("2.0.7")
prefer("2.0.9")
}
}
listOf(
Expand Down

0 comments on commit 6109196

Please sign in to comment.