We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a4867 + 333089c commit d2cea15Copy full SHA for d2cea15
build.gradle
@@ -33,12 +33,11 @@ dependencies {
33
implementation 'dev.zarr:jzarr:0.4.2'
34
implementation 'info.picocli:picocli:4.7.5'
35
implementation 'me.tongfei:progressbar:0.9.0'
36
- implementation 'ome:formats-bsd:8.2.0'
+ implementation 'ome:formats-bsd:8.3.0'
37
implementation 'com.glencoesoftware:bioformats2raw:0.9.4'
38
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.15'
39
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.3.15'
40
testImplementation 'junit:junit:4.12'
41
- testImplementation 'org.apache.commons:commons-lang3:3.12.0'
42
}
43
44
test {
0 commit comments