We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5a0a8 commit 5adb356Copy full SHA for 5adb356
README.md
@@ -21,7 +21,7 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
21
A compatible logging backend is [Logback](http://logback.qos.ch), add it to your sbt build definition:
22
23
```scala
24
-libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
+libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.10"
25
```
26
27
If you are looking for a version compatible with Scala 2.10, check out Scala Logging 2.x.
0 commit comments