File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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
3939Usage 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
You can’t perform that action at this time.
0 commit comments