Skip to content

Commit 9d00665

Browse files
committed
Use a temporary htsjdk snapshot until a release is ready.
1 parent 6cec6f2 commit 9d00665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ repositories {
5959
mavenLocal()
6060
}
6161

62-
final htsjdkVersion = System.getProperty('htsjdk.version','4.2.0')
62+
final htsjdkVersion = System.getProperty('htsjdk.version','test_cram_wiring-SNAPSHOT')
6363
final picardVersion = System.getProperty('picard.version','3.4.0')
6464
final barclayVersion = System.getProperty('barclay.version','5.0.0')
6565
final sparkVersion = System.getProperty('spark.version', '3.5.0')

0 commit comments

Comments
 (0)