Skip to content

Commit

Permalink
Also update build.gradle to only depend on formats-bsd
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Jul 12, 2024
1 parent ed4e231 commit f44a907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {
}

dependencies {
implementation group: 'ome', name: 'formats-gpl', version: '7.3.1'
implementation group: 'ome', name: 'formats-bsd', version: '7.3.1'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
}

Expand Down

0 comments on commit f44a907

Please sign in to comment.