File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
src/main/java/sc/iview/commands/file Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,6 @@ dependencies {
6767
6868 // SciJava dependencies
6969
70- implementation(" org.yaml:snakeyaml" ) {
71- version { strictly(" 1.33" ) }
72- }
7370 implementation(" org.scijava:scijava-common" )
7471 implementation(" org.scijava:ui-behaviour" )
7572 implementation(" org.scijava:script-editor" )
@@ -118,12 +115,11 @@ dependencies {
118115 implementation(" org.janelia.saalfeldlab:n5" )
119116 implementation(" org.janelia.saalfeldlab:n5-hdf5" )
120117 implementation(" sc.fiji:spim_data" )
121- implementation(" org.slf4j:slf4j-simple" )
122118
123119 implementation(platform(kotlin(" bom" )))
124120 implementation(kotlin(" stdlib-jdk8" ))
125121 testImplementation(kotlin(" test-junit" ))
126- testImplementation(" org.slf4j:slf4j-simple" )
122+ testImplementation(" org.slf4j:slf4j-simple:2.0.16 " )
127123
128124 implementation(" sc.fiji:bigdataviewer-core" )
129125 implementation(" sc.fiji:bigdataviewer-vistools" )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ jvmTarget=21
44# useLocalScenery=true
55kotlinVersion =1.9.23
66dokkaVersion =1.9.10
7- scijavaParentPOMVersion =37 .0.0
7+ scijavaParentPOMVersion =40 .0.0
88version =0.4.1-SNAPSHOT
99
1010# update site configuration
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ class OpenN5 : DynamicCommand() {
138138 DataType .FLOAT32 -> N5Utils .openVolatile<FloatType >(reader, dataset)
139139 DataType .FLOAT64 -> N5Utils .openVolatile<DoubleType >(reader, dataset)
140140 DataType .OBJECT -> TODO ()
141+ DataType .STRING -> TODO ()
141142 null -> TODO ()
142143 }
143144
You can’t perform that action at this time.
0 commit comments