Skip to content

Commit

Permalink
Update HTSJDK to 4.1.1 and Picard to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droazen committed Jun 28, 2024
1 parent 92dc4ae commit 597cbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ repositories {
mavenLocal()
}

final htsjdkVersion = System.getProperty('htsjdk.version','4.1.0')
final picardVersion = System.getProperty('picard.version','3.1.1')
final htsjdkVersion = System.getProperty('htsjdk.version','4.1.1')
final picardVersion = System.getProperty('picard.version','3.2.0')
final barclayVersion = System.getProperty('barclay.version','5.0.0')
final sparkVersion = System.getProperty('spark.version', '3.5.0')
final hadoopVersion = System.getProperty('hadoop.version', '3.3.6')
Expand Down

0 comments on commit 597cbd7

Please sign in to comment.