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 0ed8c11 commit 7444fe9Copy full SHA for 7444fe9
build.sbt
@@ -77,7 +77,7 @@ lazy val core = (project in file("core")) // regular scala code with @native met
77
javaOptions ++= Seq("-Xms4048M", "-Xmx4048M", "-Djna.nosys=true"),
78
Test / javaOptions ++= specialOptions,
79
// 2.4.5 is the highest version we have with the old spark-testing-base deps
80
- sparkVersion := System.getProperty("sparkVersion", "4.0.0-preview2"),
+ sparkVersion := System.getProperty("sparkVersion", "4.0.0"),
81
sparkTestingVersion := "2.0.1",
82
// additional libraries
83
libraryDependencies ++= Seq(
0 commit comments