Logback and slf4j dependencies, see #2615

* Latest slf4j 1.6.6
* Latest logback-classic 1.0.7
* Removed runtime scope for logback in docs
This commit is contained in:
Patrik Nordwall 2012-10-12 14:15:00 +02:00
parent b193a45235
commit ec438ca2a6
3 changed files with 4 additions and 5 deletions

View file

@ -232,7 +232,7 @@ It has one single dependency; the slf4j-api jar. In runtime you also need a SLF4
.. code-block:: scala
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.0.4" % "runtime"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.0.7"
You need to enable the Slf4jEventHandler in the 'event-handlers' element in