Skip to content

Commit

Permalink
Upgrade to Barclay 4.0.2. (#7602)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad authored Dec 16, 2021
1 parent 2d3d4aa commit 964b5d7
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 @@ -63,7 +63,7 @@ repositories {

final htsjdkVersion = System.getProperty('htsjdk.version','2.24.1')
final picardVersion = System.getProperty('picard.version','2.25.4')
final barclayVersion = System.getProperty('barclay.version','4.0.1')
final barclayVersion = System.getProperty('barclay.version','4.0.2')
final sparkVersion = System.getProperty('spark.version', '2.4.5')
final scalaVersion = System.getProperty('scala.version', '2.11')
final hadoopVersion = System.getProperty('hadoop.version', '3.2.1')
Expand Down

0 comments on commit 964b5d7

Please sign in to comment.