We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574c739 commit d5ed862Copy full SHA for d5ed862
1 file changed
build.sbt
@@ -5,7 +5,7 @@ scalaVersion := "2.11.12"
5
6
val sparkVersion = "2.3.1"
7
8
-val circeVersion = "0.10.0"
+val circeVersion = "0.10.1"
9
10
//addDependencyTreePlugin
11
enablePlugins(GitVersioning)
@@ -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