Skip to content

Commit

Permalink
update to new htsjdk release
Browse files Browse the repository at this point in the history
  • Loading branch information
lbergelson committed Dec 13, 2023
1 parent 7e193f0 commit 76303b5
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 @@ -57,7 +57,7 @@ repositories {
mavenLocal()
}

final htsjdkVersion = System.getProperty('htsjdk.version','4.1.0-3-gc971a89-SNAPSHOT')
final htsjdkVersion = System.getProperty('htsjdk.version','4.1.0')
final picardVersion = System.getProperty('picard.version','3.1.1')
final barclayVersion = System.getProperty('barclay.version','5.0.0')
final sparkVersion = System.getProperty('spark.version', '3.3.1')
Expand Down

0 comments on commit 76303b5

Please sign in to comment.