We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 540e51c commit aa4b1e5Copy full SHA for aa4b1e5
README.md
@@ -17,7 +17,7 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
17
## Prerequisites
18
19
* Java 8 or higher
20
-* Scala 2.11, 2.12 or 2.13
+* Scala 2.11, 2.12, 2.13 or 3.0
21
* Logging backend compatible with SLF4J
22
23
A compatible logging backend is [Logback](http://logback.qos.ch), add it to your sbt build definition:
@@ -38,7 +38,7 @@ Scala Logging is published to Sonatype OSS and Maven Central:
38
sbt users may add this to their `build.sbt`:
39
40
```scala
41
-libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
+libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"
42
```
43
44
## Using Scala Logging
0 commit comments