Repository: logging-log4j-scala Updated Branches: refs/heads/master c05e65872 -> f6c660ed1
Add explicit dependency on log4j-api Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/f6c660ed Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/f6c660ed Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/f6c660ed Branch: refs/heads/master Commit: f6c660ed1c0f3b87ee8b55b9cc8188e9c51ce797 Parents: c05e658 Author: Mikael Ståldal <mikael.stal...@magine.com> Authored: Fri Apr 21 11:12:39 2017 +0200 Committer: Mikael Ståldal <mikael.stal...@magine.com> Committed: Fri Apr 21 11:12:39 2017 +0200 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/f6c660ed/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2cd04f9..fb49858 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ SBT users can add the following dependencies to their `build.sbt` file: ```scala libraryDependencies += "org.apache.logging.log4j" %% "log4j-api-scala" % "11.0" +libraryDependencies += "org.apache.logging.log4j" %% "log4j-api" % "2.8.2" libraryDependencies += "org.apache.logging.log4j" %% "log4j-core" % "2.8.2" % "runtime" ```