Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andersonkmi committed Apr 4, 2024
1 parent 78ca92a commit 6a47a44
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ scalaVersion := "2.13.10"
resolvers += Classpaths.typesafeReleases

libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % "3.3.3",
"org.apache.spark" %% "spark-sql" % "3.3.2",
"org.apache.spark" %% "spark-core" % "3.5.0",
"org.apache.spark" %% "spark-sql" % "3.5.0",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
)

fork in Test := true
javaOptions ++= Seq("-Xms512M", "-Xmx2048M", "-XX:+CMSClassUnloadingEnabled")
//Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.ScalaLibrary
//Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Flat
//fork in Test := true
//javaOptions ++= Seq("-Xms512M", "-Xmx4096M", "-XX:+CMSClassUnloadingEnabled")

0 comments on commit 6a47a44

Please sign in to comment.