Skip to content

Commit 0bef92f

Browse files
Update scala-logging to 3.9.5
1 parent 574c739 commit 0bef92f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion)
3131
buildInfoPackage := "com.target.data_validator"
3232

3333
libraryDependencies ++= Seq(
34-
"com.typesafe.scala-logging" %% "scala-logging" % "3.8.0",
34+
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
3535
"com.github.scopt" %% "scopt" % "3.7.0",
3636
"com.sun.mail" % "javax.mail" % "1.6.2",
3737
"com.lihaoyi" %% "scalatags" % "0.6.7",
@@ -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)