Skip to content

Commit

Permalink
Enforce the same slf4j-api version as used in Bio-Formats 6.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Mar 11, 2023
1 parent 6c02c0e commit 3b2a2e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ dependencies {
implementation("gnu.getopt:java-getopt:1.0.13")
implementation("net.sf.ehcache:ehcache:2.10.6")
implementation("ch.qos.logback:logback-classic:1.2.11")
// Use the same slfj4-api version as declared in Bio-Formats
implementation("org.slf4j:slf4j-api:1.7.30")
}

configurations.all {
Expand Down

0 comments on commit 3b2a2e3

Please sign in to comment.