Skip to content

Commit

Permalink
Upgrade to htsjdk 2.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Aug 11, 2017
1 parent 1724065 commit 6f8f5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repositories {
mavenLocal()
}

final htsjdkVersion = System.getProperty('htsjdk.version','2.10.1-26-g9c6c364-20170731.190658-1')
final htsjdkVersion = System.getProperty('htsjdk.version','2.11.0')
final sparkVersion = System.getProperty('spark.version', '2.0.2')
final hadoopBamVersion = System.getProperty('hadoopBam.version','7.8.0')
final genomicsdbVersion = System.getProperty('genomicsdb.version','0.6.4-proto-3.0.0-beta-1')
Expand Down

0 comments on commit 6f8f5d4

Please sign in to comment.