Skip to content

Commit fd1138c

Browse files
authored
Merge pull request #224 from BimberLab/23.7_fb_merge
Merge discvr-23.3 to discvr-23.7
2 parents c1c68ec + b5f8251 commit fd1138c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

SequenceAnalysis/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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',

jbrowse/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import org.labkey.gradle.util.BuildUtils;
22

3-
final String luceneVersion="9.4.2"
4-
53
repositories {
64
mavenCentral()
75
// Added for org.clojars.chapmanb:sam dependency required by com.github.samtools:htsjdk

0 commit comments

Comments
 (0)