Skip to content

Commit

Permalink
chore: update jitk-tps
Browse files Browse the repository at this point in the history
* uses consistent ejml version
  • Loading branch information
bogovicj committed Jun 12, 2024
1 parent f6a97b1 commit e665c16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
<releaseProfiles>sign,deploy-to-scijava</releaseProfiles>

<imglib2.version>7.0.1</imglib2.version>
<jitk-tps.version>3.0.4</jitk-tps.version>
<ejml-core.version>0.41</ejml-core.version>
<ejml-ddense.version>0.41</ejml-ddense.version>
</properties>
Expand All @@ -180,7 +181,7 @@ Jean-Yves Tinevez and Michael Zinsmaier.</license.copyrightOwners>
</dependency>

<!-- Third-party dependencies -->
<dependency>
<dependency>
<groupId>org.ejml</groupId>
<artifactId>ejml-core</artifactId>
<version>${ejml-core.version}</version>
Expand Down

0 comments on commit e665c16

Please sign in to comment.