Skip to content

Commit 0e4ad46

Browse files
author
Mathias Bogaert
committed
README changes [ci skip].
1 parent 97bffc6 commit 0e4ad46

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
2020
* Scala 2.11 or 2.12
2121
* Logging backend compatible with SLF4J
2222

23-
One logging backend can be [Logback](http://logback.qos.ch), you can add it to your sbt build definition (the most recent version can be found here: http://logback.qos.ch/download.html):
23+
One logging backend can be [Logback](http://logback.qos.ch), you can add it to your sbt build definition (the most
24+
recent version can be found here: http://logback.qos.ch/download.html):
2425

2526
```scala
2627
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.7"
@@ -36,17 +37,17 @@ Scala Logging is published to Sonatype OSS and Maven Central:
3637
- Artifact id / name: *scala-logging*
3738
- Latest version is 3.4.0
3839

39-
The following example shows how to add a dependency to the latest version of Scala Logging to your sbt build definition:
40+
Usage with SBT, adding a dependency to the latest version of Scala Logging to your sbt build definition file:
4041

4142
```scala
42-
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.4.0"
43+
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.5.0"
4344
```
4445

4546
### What's new?
4647

4748
#### 3.5.0
4849

49-
- Bugfixes and upgrades, published for Scala 2.12.0-RC1
50+
- Bugfixes and upgrades, published for Scala 2.12.0-M5 and 2.12.0-RC1.
5051

5152
#### 3.4.0
5253

0 commit comments

Comments
 (0)