Skip to content

Commit b923bf0

Browse files
Update spark-sql to 2.3.4
1 parent 574c739 commit b923bf0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ organization := "com.target"
33

44
scalaVersion := "2.11.12"
55

6-
val sparkVersion = "2.3.1"
6+
val sparkVersion = "2.3.4"
77

88
val circeVersion = "0.10.0"
99

@@ -40,7 +40,6 @@ libraryDependencies ++= Seq(
4040
"io.circe" %% "circe-generic" % circeVersion,
4141
"io.circe" %% "circe-parser" % circeVersion,
4242
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43-
4443
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
4544
"junit" % "junit" % "4.12" % Test,
4645
"com.novocode" % "junit-interface" % "0.11" % Test exclude ("junit", "junit-dep")

0 commit comments

Comments
 (0)