Update slf4j-log4j12 to 1.7.26

This commit is contained in:
Scala steward 2019-05-14 04:45:44 +02:00
parent 1c3e2676d6
commit f296fc05f2
No known key found for this signature in database
GPG key ID: 96BDF10FFAB8B6A6

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"