[sbt] Add scala-logging 3.9.2 / slf4j-log4j12 1.7.25 as dependencies
As a minimum this should clear the no logger/appender errors.
This commit is contained in:
parent
49411b546b
commit
5b05022d92
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ libraryDependencies += "co.fs2" %% "fs2-io" % "1.0.4"
|
||||||
libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-core" % "1.1.3"
|
libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-core" % "1.1.3"
|
||||||
libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-cats" % "1.1.3"
|
libraryDependencies += "com.github.j5ik2o" %% "reactive-aws-s3-cats" % "1.1.3"
|
||||||
|
|
||||||
|
// Logging
|
||||||
|
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
|
||||||
|
libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "1.7.25"
|
||||||
|
|
||||||
// testing
|
// testing
|
||||||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
|
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % "test"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue