Skip to content

Commit 97432ab

Browse files
Update Logback version in README
1 parent 89b1e34 commit 97432ab

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
@@ -22,7 +22,7 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
2222
A compatible logging backend is [Logback](http://logback.qos.ch), add it to your sbt build definition:
2323

2424
```scala
25-
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.21"
25+
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.14"
2626
```
2727

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

0 commit comments

Comments
 (0)