Skip to content

Commit

Permalink
fix dep name
Browse files Browse the repository at this point in the history
  • Loading branch information
henrypinkard committed Jun 15, 2024
1 parent 2d0eb73 commit 24be33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_automation/update_PycroManagerJava.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read_versions(root):
for dependency in dependencies:
artifactId = dependency.find("artifactId").text
version = dependency.find("version").text
if artifactId in ["NDStorage", "NDViewer", "AcqEngJ"]:
if artifactId in ["NDTiffStorage", "NDViewer", "AcqEngJ"]:
versions[artifactId] = Version(version)
return versions

Expand Down

0 comments on commit 24be33c

Please sign in to comment.