Skip to content

Commit

Permalink
Move to GenomicsDB 1.4.4 (#7978)
Browse files Browse the repository at this point in the history
* upgrade GenomicsDB 1.4.3 -> 14.4
  • Loading branch information
nalinigans committed Dec 23, 2022
1 parent 633aa4a commit 6932ae5
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 @@ -67,7 +67,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.3.1')
final disqVersion = System.getProperty('disq.version','0.3.6')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.3')
final genomicsdbVersion = System.getProperty('genomicsdb.version','1.4.4')
final bigQueryVersion = System.getProperty('bigQuery.version', '2.9.0')
final guavaVersion = System.getProperty('guava.version', '31.0.1-jre')
final log4j2Version = System.getProperty('log4j2Version', '2.17.1')
Expand Down

0 comments on commit 6932ae5

Please sign in to comment.