Skip to content

Commit 854cb73

Browse files
authored
Merge branch 'master' into update/scala-logging-3.9.5
2 parents 0bef92f + 77e6508 commit 854cb73

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @phpisciuneri @colindean @c-horn @samratmitra-0812
1+
* @colindean @c-horn @samratmitra-0812

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ organization := "com.target"
33

44
scalaVersion := "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
1111
enablePlugins(GitVersioning)
@@ -32,17 +32,17 @@ buildInfoPackage := "com.target.data_validator"
3232

3333
libraryDependencies ++= 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

4848
Test / fork := true

project/assembly.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.6")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
22
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.0")
3-
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
3+
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
44
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

0 commit comments

Comments
 (0)