Skip to content

Commit 7444fe9

Browse files
authored
No more need for preview (#138)
1 parent 0ed8c11 commit 7444fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ lazy val core = (project in file("core")) // regular scala code with @native met
7777
javaOptions ++= Seq("-Xms4048M", "-Xmx4048M", "-Djna.nosys=true"),
7878
Test / javaOptions ++= specialOptions,
7979
// 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"),
80+
sparkVersion := System.getProperty("sparkVersion", "4.0.0"),
8181
sparkTestingVersion := "2.0.1",
8282
// additional libraries
8383
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)