Skip to content

Commit fdbf6f0

Browse files
author
Mathias Bogaert
committed
Release 3.6.0.
1 parent a49f0f3 commit fdbf6f0

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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.5.0
37+
- Latest version is 3.6.0
3838

3939
Usage 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.5.0"
42+
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.6.0"
4343
```
4444

4545
## Using Scala Logging ##
@@ -81,6 +81,9 @@ class MyClass extends LazyLogging {
8181

8282
### What's new?
8383

84+
##### 3.6.0
85+
- Deconstruct Scala's string interpolation into SLF4J string interpolation.
86+
8487
##### 3.5.0
8588
- More Logger factory methods, bugfixes and upgrades, published for Scala 2.12.0-M5, 2.12.0-RC1, 2.12.0-RC2 and 2.12.0.
8689

version.sbt

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

0 commit comments

Comments
 (0)