Skip to content

Commit

Permalink
changing to 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Mar 18, 2019
1 parent 6985048 commit 8ede8e2
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 @@ -61,7 +61,7 @@ repositories {
}

final requiredJavaVersion = "8"
final htsjdkVersion = System.getProperty('htsjdk.version','2.19.0-rc4-SNAPSHOT')
final htsjdkVersion = System.getProperty('htsjdk.version','2.19.0')
final picardVersion = System.getProperty('picard.version','2.18.25')
final barclayVersion = System.getProperty('barclay.version','2.1.0')
final sparkVersion = System.getProperty('spark.version', '2.2.0')
Expand Down

0 comments on commit 8ede8e2

Please sign in to comment.