File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ 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.9.0
37+ - Latest version is 3.9.2
3838
3939Usage with SBT, adding a dependency to the latest version of Scala Logging to your sbt build definition file:
4040
@@ -129,6 +129,9 @@ def serviceMethod(implicit correlationId: CorrelationId): Future[Result] = {
129129
130130### What's new?
131131
132+ ### 3.9.2
133+ - Use marker inside macros in is* Enabled methods
134+
132135### 3.9.0
133136 - Functions for on demand code execution added in Logger class
134137
Original file line number Diff line number Diff line change 1- version in ThisBuild := " 3.9.1 -SNAPSHOT"
1+ version in ThisBuild := " 3.9.2 -SNAPSHOT"
You can’t perform that action at this time.
0 commit comments