Skip to content

Commit

Permalink
Remove unused scala version variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmnbroad committed Feb 28, 2023
1 parent 2f24d37 commit 188b680
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ final htsjdkVersion = System.getProperty('htsjdk.version','3.0.5')
final picardVersion = System.getProperty('picard.version','3.0.0')
final barclayVersion = System.getProperty('barclay.version','5.0.0')
final sparkVersion = System.getProperty('spark.version', '3.3.1')
final scalaVersion = System.getProperty('scala.version', '2.13')
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.4')
Expand Down

0 comments on commit 188b680

Please sign in to comment.