Skip to content

Commit

Permalink
Move to GenomicsDB 1.4.2 (#7520)
Browse files Browse the repository at this point in the history
Move to GenomicsDB 1.4.2 release to fix #7012

Resolves #7012
  • Loading branch information
nalinigans committed Oct 26, 2021
1 parent ff215c3 commit 64a47cd
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 @@ -68,7 +68,7 @@ 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')
final disqVersion = System.getProperty('disq.version','0.3.6')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.1')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.2')
final bigQueryVersion = System.getProperty('bigQuery.version', '1.117.1')
final guavaVersion = System.getProperty('guava.version', '27.1-jre')
final log4j2Version = System.getProperty('log4j2Version', '2.13.1')
Expand Down

0 comments on commit 64a47cd

Please sign in to comment.