Skip to content

Commit

Permalink
Update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tischi committed Jun 7, 2024
1 parent 8fc203b commit 6e54f68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,15 @@
<trove.version>1.0.2</trove.version>
<annotations.version>16.0.2</annotations.version>

<n5-aws-s3.version>4.1.2</n5-aws-s3.version>
<n5-aws-s3.version>4.2.0</n5-aws-s3.version>
<n5-blosc.version>1.1.1</n5-blosc.version>
<n5-google-cloud.version>4.1.0</n5-google-cloud.version>
<n5-hdf5.version>2.2.0</n5-hdf5.version>
<n5-ij.version>4.2.0</n5-ij.version>
<n5-ij.version>4.2.1</n5-ij.version>
<n5-imglib2.version>7.0.0</n5-imglib2.version>
<n5-universe.version>1.5.0</n5-universe.version>
<n5-universe.version>1.6.0</n5-universe.version>
<n5-viewer_fiji.version>6.1.1</n5-viewer_fiji.version>
<n5-zarr.version>1.3.4-SNAPSHOT</n5-zarr.version>
<n5-zarr.version>1.3.4</n5-zarr.version>
<n5-zstandard.version>1.0.2</n5-zstandard.version>
<n5.version>3.2.0</n5.version>

Expand Down
3 changes: 2 additions & 1 deletion src/test/java/projects/OpenRemoteCLEMExample.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public static void main( String[] args ) throws IOException
final ImageJ imageJ = new ImageJ();
imageJ.ui().showUI();

new MoBIE("https://github.com/mobie/clem-example-project/", MoBIESettings.settings().gitProjectBranch( "main" ).view( "SupplFig1a" ));
new MoBIE("https://github.com/mobie/clem-example-project/",
MoBIESettings.settings().gitProjectBranch( "main" ).view( "SupplFig1a" ));
}
}

0 comments on commit 6e54f68

Please sign in to comment.