Skip to content

Commit

Permalink
Update to htsjdk 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Jun 7, 2022
1 parent b89425a commit c8aca92
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 @@ -60,7 +60,7 @@ repositories {
mavenLocal()
}

final htsjdkVersion = System.getProperty('htsjdk.version','2.24.1')
final htsjdkVersion = System.getProperty('htsjdk.version','3.0.0')
final picardVersion = System.getProperty('picard.version','2.27.1')
final barclayVersion = System.getProperty('barclay.version','4.0.2')
final sparkVersion = System.getProperty('spark.version', '2.4.5')
Expand Down

0 comments on commit c8aca92

Please sign in to comment.