We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de4409 commit a0d5bd1Copy full SHA for a0d5bd1
project/Versions.scala
@@ -1,7 +1,7 @@
1
import scala.util.Properties.isJavaAtLeast
2
3
object Versions {
4
- lazy val spark = sys.env.getOrElse("SPARK_VERSION", "2.4.0.2")
+ lazy val spark = sys.env.getOrElse("SPARK_VERSION", "2.4.0.7")
5
6
lazy val akka = "2.4.9"
7
lazy val dseDriver = "1.7.0"
0 commit comments