Skip to content

Commit

Permalink
Revert "Update scala to fix DirectBuffer access issue."
Browse files Browse the repository at this point in the history
This reverts commit 0da285d.
  • Loading branch information
cmnbroad committed Feb 6, 2023
1 parent 0da285d commit a61222e
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 @@ -64,7 +64,7 @@ final htsjdkVersion = System.getProperty('htsjdk.version','3.0.1')
final picardVersion = System.getProperty('picard.version','2.27.5')
final barclayVersion = System.getProperty('barclay.version','4.1.0')
final sparkVersion = System.getProperty('spark.version', '3.3.0')
final scalaVersion = System.getProperty('scala.version', '2.12.15')
final scalaVersion = System.getProperty('scala.version', '2.12')
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 a61222e

Please sign in to comment.