Skip to content

Commit 2402165

Browse files
authored
Merge pull request #108 from target/update/scala-logging-3.9.5
Update scala-logging to 3.9.5
2 parents e068979 + 854cb73 commit 2402165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
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.1",
3636
"com.sun.mail" % "javax.mail" % "1.6.2",
3737
"com.lihaoyi" %% "scalatags" % "0.6.8",

0 commit comments

Comments
 (0)