Skip to content

Commit f642ce9

Browse files
committed
Deploy prod
1 parent 613362a commit f642ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ val commonSettings = Seq(
116116
libraryDependencySchemes += "com.github.luben" %% "zstd-jni" % "early-semver", // "early-semver",
117117
evictionErrorLevel := Level.Info,
118118
sparkVersion := System.getProperty("sparkVersion", "2.4.8"),
119-
isSnapshot := true,
120-
sparkTestingVersion := "2.1.2-SNAPSHOT",
119+
isSnapshot := false,
120+
sparkTestingVersion := "2.1.2",
121121
version := sparkVersion.value + "_" + sparkTestingVersion.value,
122122
scalaVersion := {
123123
if (sparkVersion.value >= "4.0.0") {

0 commit comments

Comments
 (0)