8000 n5 library version bumps by cmhulbert · Pull Request #290 · scijava/pom-scijava · GitHub
[go: up one dir, main page]

Skip to content

n5 library version bumps #290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 21, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump n5-hdf5
  • Loading branch information
cmhulbert authored and ctrueden committed Apr 21, 2025
commit 11c98b25c42f34d2e5f947f77bd2cb0e36b465c6
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@
<org.janelia.saalfeldlab.n5-google-cloud.version>${n5-google-cloud.version}</org.janelia.saalfeldlab.n5-google-cloud.version>

<!-- N5 HDF5 Bindings - https://github.com/saalfeldlab/n5-hdf5 -->
<n5-hdf5.version>2.2.0</n5-hdf5.version>
<n5-hdf5.version>2.2.1</n5-hdf5.version>
<org.janelia.saalfeldlab.n5-hdf5.version>${n5-hdf5.version}</org.janelia.saalfeldlab.n5-hdf5.version>

<!-- N5 ImageJ Bindings - https://github.com/saalfeldlab/n5-ij -->
Expand Down
0