Skip to content

Commit

Permalink
fixing some broken versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesemery committed Jul 6, 2018
1 parent aca9c88 commit 4a44ec7
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 {
}

final requiredJavaVersion = "8"
final htsjdkVersion = System.getProperty('htsjdk.version','2.15.1')
final picardVersion = System.getProperty('picard.version','2.18.2')
final htsjdkVersion = System.getProperty('htsjdk.version','2.16.0')
final picardVersion = System.getProperty('picard.version','2.18.7')
final barclayVersion = System.getProperty('barclay.version','2.1.0')
final sparkVersion = System.getProperty('spark.version', '2.2.0')
final hadoopVersion = System.getProperty('hadoop.version', '2.8.2')
Expand Down

0 comments on commit 4a44ec7

Please sign in to comment.