We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 574c739 commit b923bf0Copy full SHA for b923bf0
1 file changed
build.sbt
@@ -3,7 +3,7 @@ organization := "com.target"
3
4
scalaVersion := "2.11.12"
5
6
-val sparkVersion = "2.3.1"
+val sparkVersion = "2.3.4"
7
8
val circeVersion = "0.10.0"
9
@@ -40,7 +40,6 @@ libraryDependencies ++= Seq(
40
"io.circe" %% "circe-generic" % circeVersion,
41
"io.circe" %% "circe-parser" % circeVersion,
42
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43
-
44
"org.scalatest" %% "scalatest" % "3.0.5" % Test,
45
"junit" % "junit" % "4.12" % Test,
46
"com.novocode" % "junit-interface" % "0.11" % Test exclude ("junit", "junit-dep")
0 commit comments