Skip to content

Commit 6f3e3ee

Browse files
committed
fix abba-warpy version number
1 parent 8a57b62 commit 6f3e3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

biop-catalog-generator.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ abbaTagList.each{tag->
112112
new URI(mvn_sj_url +"jitk/jitk-tps/" +jitk_tps_version+ "/jitk-tps-" +jitk_tps_version+ ".jar"), // jitk-tps
113113
new URI(mvn_central_url+"com/googlecode/efficient-java-matrix-library/ejml/"+ejml_version+ "/ejml-" +ejml_version+ ".jar"), // ejml
114114
new URI(mvn_central_url+"gov/nist/math/jama/" +jama_version+ "/jama-" +jama_version+ ".jar"), // jama
115-
new URI(gh_biop_url +"qupath-extension-warpy/releases/download/" +warpyTagList[0]+ "/qupath-extension-warpy-"+tag+ ".jar") // warpy
115+
new URI(gh_biop_url +"qupath-extension-warpy/releases/download/" +warpyTagList[0]+ "/qupath-extension-warpy-"+warpyTagList[0]+ ".jar") // warpy
116116

117117
),
118118
null,

0 commit comments

Comments
 (0)