Merge pull request #1 from scala-steward/update/slf4j-log4j12-1.7.26

Update slf4j-log4j12 to 1.7.26
This commit is contained in:
Paul Campbell 2019-05-14 07:38:19 +01:00 committed by GitHub
commit 40848882f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-cats" % "1.1.3"
// Logging // Logging
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2" libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.7.25" libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.7.26"
// testing // testing
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test" libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"