Skip to content

Commit

Permalink
eviction error level global
Browse files Browse the repository at this point in the history
  • Loading branch information
holdenk committed Sep 29, 2024
1 parent d8a262e commit e3c82a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ lazy val core = (project in file("core"))
publishSettings,
coreSources,
coreTestSources,
evictionErrorLevel := Level.Info,
addCompilerPlugin(scalafixSemanticdb),
libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-core" % sparkVersion.value,
Expand Down Expand Up @@ -108,6 +107,7 @@ val commonSettings = Seq(
organization := "com.holdenkarau",
publishMavenStyle := true,
libraryDependencySchemes += "com.github.luben" %% "zstd-jni" % "early-semver", // "early-semver",
evictionErrorLevel := Level.Info,
sparkVersion := System.getProperty("sparkVersion", "2.4.8"),
sparkTestingVersion := "1.6.0",
version := sparkVersion.value + "_" + sparkTestingVersion.value,
Expand Down

0 comments on commit e3c82a7

Please sign in to comment.