Skip to content

Commit 44807e2

Browse files
committed
Release 3.8.0.
1 parent 4eb03d1 commit 44807e2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Scala Logging is published to Sonatype OSS and Maven Central:
3434

3535
- Group id / organization: *com.typesafe.scala-logging*
3636
- Artifact id / name: *scala-logging*
37-
- Latest version is 3.7.2
37+
- Latest version is 3.8.0
3838

3939
Usage with SBT, adding a dependency to the latest version of Scala Logging to your sbt build definition file:
4040

4141
```scala
42-
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.7.2"
42+
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.8.0"
4343
```
4444

4545
## Using Scala Logging ##
@@ -124,6 +124,9 @@ def serviceMethod(implicit correlationId: CorrelationId): Future[Result] = {
124124

125125
### What's new?
126126

127+
#### 3.8.0
128+
- Added LoggerTakingImplicit, bugfixes.
129+
127130
#### 3.7.2
128131
- Make logger to consume args of type `Any` with slf4 interpolator.
129132

0 commit comments

Comments
 (0)