Skip to content

Commit b34a893

Browse files
girishsubramanyamanalytically
authored andcommitted
Upgrading the version (#141)
1 parent 4c99314 commit b34a893

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

3939
Usage 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

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version in ThisBuild := "3.9.1-SNAPSHOT"
1+
version in ThisBuild := "3.9.2-SNAPSHOT"

0 commit comments

Comments
 (0)