=slf #3788 Update to logback 1.0.13 and slf4j 1.7.5

This commit is contained in:
Patrik Nordwall 2013-12-11 15:33:30 +01:00
parent 3fdf20dfc6
commit ed5bb92b1f
4 changed files with 6 additions and 6 deletions

View file

@ -258,7 +258,7 @@ It has one single dependency; the slf4j-api jar. In runtime you also need a SLF4
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.7</version>
<version>1.0.13</version>
</dependency>
You need to enable the Slf4jLogger in the 'loggers' element in

View file

@ -296,7 +296,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.7"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.0.13"
You need to enable the Slf4jLogger in the 'loggers' element in