Skip to content

Commit

Permalink
Merge pull request #758 from broadinstitute/ds_use_htsjdk_290
Browse files Browse the repository at this point in the history
Use htsjdk 2.9.0
  • Loading branch information
Jay Carey committed Feb 21, 2017
2 parents b98aad3 + 60cf53b commit 6c536bd
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 @@ -47,7 +47,7 @@ jacoco {
toolVersion = "0.7.5.201505241946"
}

final htsjdkVersion = System.getProperty('htsjdk.version', '2.8.0')
final htsjdkVersion = System.getProperty('htsjdk.version', '2.9.0')

dependencies {
compile 'com.google.guava:guava:15.0'
Expand Down

0 comments on commit 6c536bd

Please sign in to comment.