Skip to content

Commit 5adb356

Browse files
pjfanninganalytically
authored andcommitted
latest logback version
1 parent 5d5a0a8 commit 5adb356

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
2121
A compatible logging backend is [Logback](http://logback.qos.ch), add it to your sbt build definition:
2222

2323
```scala
24-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
24+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.10"
2525
```
2626

2727
If you are looking for a version compatible with Scala 2.10, check out Scala Logging 2.x.

0 commit comments

Comments
 (0)