Skip to content

Commit a6bddfc

Browse files
committed
Release 3.9.0.
1 parent a906238 commit a6bddfc

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.8.0
37+
- Latest version is 3.9.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.8.0"
42+
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.0"
4343
```
4444

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

130130
### What's new?
131131

132+
### 3.9.0
133+
- Functions for on demand code execution added in Logger class
134+
132135
#### 3.8.0
133136
- Added LoggerTakingImplicit, bugfixes.
134137

0 commit comments

Comments
 (0)