Skip to content

Commit d24f4af

Browse files
Merge 21.3 to 21.7
2 parents 3aebd51 + 338eb53 commit d24f4af

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

SequenceAnalysis/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ repositories {
1414
maven {
1515
url "https://clojars.org/repo"
1616
}
17+
// Added for org.clojars.chapmanb:sam
18+
maven {
19+
url "https://maven.scijava.org/content/groups/public"
20+
}
1721
}
1822

1923
dependencies {

jbrowse/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ repositories {
66
maven {
77
url "https://clojars.org/repo"
88
}
9+
// Added for org.clojars.chapmanb:sam (required by SequenceAnalysis)
10+
maven {
11+
url "https://maven.scijava.org/content/groups/public"
12+
}
913
}
1014

1115

0 commit comments

Comments
 (0)