File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
5151 BuildUtils . addExternalDependency(
5252 project,
5353 new ExternalDependency (
54- ' org.biojava:biojava-core:6 .0.4 ' ,
54+ ' org.biojava:biojava-core:7 .0.2 ' ,
5555 ' biojava-core' ,
5656 ' biojava' ,
5757 ' http://biojava.org/wiki/Main_Page' ,
@@ -69,7 +69,7 @@ dependencies {
6969 BuildUtils . addExternalDependency(
7070 project,
7171 new ExternalDependency (
72- ' org.biojava:biojava-genome:6 .0.4 ' ,
72+ ' org.biojava:biojava-genome:7 .0.2 ' ,
7373 ' biojava-genome' ,
7474 ' biojava' ,
7575 ' http://biojava.org/wiki/Main_Page' ,
Original file line number Diff line number Diff line change 11import org.labkey.gradle.util.BuildUtils ;
22
3- final String luceneVersion= " 9.4.2"
4-
53repositories {
64 mavenCentral()
75 // Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk
You can’t perform that action at this time.
0 commit comments