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 @@ -50,7 +50,7 @@ dependencies {
5050 BuildUtils . addExternalDependency(
5151 project,
5252 new ExternalDependency (
53- ' org.biojava:biojava-core:6 .0.4 ' ,
53+ ' org.biojava:biojava-core:7 .0.2 ' ,
5454 ' biojava-core' ,
5555 ' biojava' ,
5656 ' http://biojava.org/wiki/Main_Page' ,
@@ -68,7 +68,7 @@ dependencies {
6868 BuildUtils . addExternalDependency(
6969 project,
7070 new ExternalDependency (
71- ' org.biojava:biojava-genome:6 .0.4 ' ,
71+ ' org.biojava:biojava-genome:7 .0.2 ' ,
7272 ' biojava-genome' ,
7373 ' biojava' ,
7474 ' 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