File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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.7.1
37+ - Latest version is 3.7.2
3838
3939Usage 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.7.1 "
42+ libraryDependencies += " com.typesafe.scala-logging" %% " scala-logging" % " 3.7.2 "
4343```
4444
4545## Using Scala Logging ##
@@ -81,6 +81,9 @@ class MyClass extends LazyLogging {
8181
8282### What's new?
8383
84+ #### 3.7.2
85+ - Make logger to consume args of type ` Any ` with slf4 interpolator.
86+
8487#### 3.7.1
8588 - Remove @volatile from lazy logger, failing with strict compiler settings
8689
You can’t perform that action at this time.
0 commit comments