File tree 2 files changed +5
-2
lines changed
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:
34
34
35
35
- Group id / organization: * com.typesafe.scala-logging*
36
36
- Artifact id / name: * scala-logging*
37
- - Latest version is 3.9.0
37
+ - Latest version is 3.9.2
38
38
39
39
Usage with SBT, adding a dependency to the latest version of Scala Logging to your sbt build definition file:
40
40
@@ -129,6 +129,9 @@ def serviceMethod(implicit correlationId: CorrelationId): Future[Result] = {
129
129
130
130
### What's new?
131
131
132
+ ### 3.9.2
133
+ - Use marker inside macros in is* Enabled methods
134
+
132
135
### 3.9.0
133
136
- Functions for on demand code execution added in Logger class
134
137
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