Skip to content

Commit d2cea15

Browse files
Merge pull request #142 from sbesson/bio-formats_8.3.0
Bump Bio-Formats to 8.3.0
2 parents 37a4867 + 333089c commit d2cea15

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ dependencies {
3333
implementation 'dev.zarr:jzarr:0.4.2'
3434
implementation 'info.picocli:picocli:4.7.5'
3535
implementation 'me.tongfei:progressbar:0.9.0'
36-
implementation 'ome:formats-bsd:8.2.0'
36+
implementation 'ome:formats-bsd:8.3.0'
3737
implementation 'com.glencoesoftware:bioformats2raw:0.9.4'
3838
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.15'
3939
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.3.15'
4040
testImplementation 'junit:junit:4.12'
41-
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
4241
}
4342

4443
test {

0 commit comments

Comments
 (0)