Skip to content

Commit

Permalink
Update to current htsjdk master.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed May 24, 2022
1 parent ee73e74 commit ab032be
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','2.24.1-31-gf461401-SNAPSHOT')
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 ab032be

Please sign in to comment.