@@ -3,9 +3,9 @@ organization := "com.target"
33
44scalaVersion := " 2.11.12"
55
6- val sparkVersion = " 2.3.1 "
6+ val sparkVersion = " 2.3.4 "
77
8- val circeVersion = " 0.10.0 "
8+ val circeVersion = " 0.10.1 "
99
1010// addDependencyTreePlugin
1111enablePlugins(GitVersioning )
@@ -32,17 +32,17 @@ buildInfoPackage := "com.target.data_validator"
3232
3333libraryDependencies ++= Seq (
3434 " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" ,
35- " com.github.scopt" %% " scopt" % " 3.7.0 " ,
35+ " com.github.scopt" %% " scopt" % " 3.7.1 " ,
3636 " com.sun.mail" % " javax.mail" % " 1.6.2" ,
37- " com.lihaoyi" %% " scalatags" % " 0.6.7 " ,
38- " io.circe" %% " circe-yaml" % " 0.9.0 " ,
37+ " com.lihaoyi" %% " scalatags" % " 0.6.8 " ,
38+ " io.circe" %% " circe-yaml" % " 0.10.1 " ,
3939 " io.circe" %% " circe-core" % circeVersion,
4040 " io.circe" %% " circe-generic" % circeVersion,
4141 " io.circe" %% " circe-parser" % circeVersion,
4242 " org.apache.spark" %% " spark-sql" % sparkVersion % Provided ,
4343 " org.scalatest" %% " scalatest" % " 3.0.5" % Test ,
4444 " junit" % " junit" % " 4.12" % Test ,
45- " com.novocode " % " junit-interface" % " 0.11 " % Test exclude (" junit" , " junit-dep" )
45+ " com.github.sbt " % " junit-interface" % " 0.13.3 " % Test exclude (" junit" , " junit-dep" )
4646)
4747
4848Test / fork := true
0 commit comments