We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e068979 + 854cb73 commit 2402165Copy full SHA for 2402165
1 file changed
build.sbt
@@ -31,7 +31,7 @@ buildInfoKeys := Seq[BuildInfoKey](name, version, scalaVersion, sbtVersion)
31
buildInfoPackage := "com.target.data_validator"
32
33
libraryDependencies ++= Seq(
34
- "com.typesafe.scala-logging" %% "scala-logging" % "3.8.0",
+ "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
35
"com.github.scopt" %% "scopt" % "3.7.1",
36
"com.sun.mail" % "javax.mail" % "1.6.2",
37
"com.lihaoyi" %% "scalatags" % "0.6.8",
0 commit comments