Skip to content

Commit 1f863b4

Browse files
committed
Revert "Update imglib2: 5.12.0 -> 5.13.0"
This reverts commit 071fe46. Unfortunately, 5.13.0 has breaking API changes over 5.12.0. E.g.: Error: .../bigdataviewer_fiji/src/main/java/bdv/img/virtualstack/VirtualStackImageLoader.java:[242,77] type argument A is not within bounds of type-variable A when recompiling bigdataviewer_fiji 6.2.3 with imglib2 5.13.0. So we revert back to imglib2 5.12.0. The issue will be moot once #226 is resolved.
1 parent 071fe46 commit 1f863b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@
581581
<!-- ImgLib2 - https://github.com/imglib -->
582582

583583
<!-- ImgLib2 - https://github.com/imglib/imglib2 -->
584-
<imglib2.version>5.13.0</imglib2.version>
584+
<imglib2.version>5.12.0</imglib2.version>
585585
<net.imglib2.imglib2.version>${imglib2.version}</net.imglib2.imglib2.version>
586586

587587
<!-- ImgLib2 Algorithms - https://github.com/imglib/imglib2-algorithm -->

0 commit comments

Comments
 (0)