From f128850e57c083610d7e4f428ea643250f7e25d9 Mon Sep 17 00:00:00 2001 From: girishsu Date: Fri, 7 Dec 2018 14:09:52 -0800 Subject: [PATCH] Upgrading the version --- README.md | 5 ++++- version.sbt | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f339ae..5bc8041 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Scala Logging is published to Sonatype OSS and Maven Central: - Group id / organization: *com.typesafe.scala-logging* - Artifact id / name: *scala-logging* -- Latest version is 3.9.0 +- Latest version is 3.9.2 Usage with SBT, adding a dependency to the latest version of Scala Logging to your sbt build definition file: @@ -129,6 +129,9 @@ def serviceMethod(implicit correlationId: CorrelationId): Future[Result] = { ### What's new? +### 3.9.2 + - Use marker inside macros in is*Enabled methods + ### 3.9.0 - Functions for on demand code execution added in Logger class diff --git a/version.sbt b/version.sbt index 639c09e..b8912e1 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "3.9.1-SNAPSHOT" +version in ThisBuild := "3.9.2-SNAPSHOT"