Skip to content

Commit aa4b1e5

Browse files
authored
Use v3.9.3 in README. (#272)
1 parent 540e51c commit aa4b1e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
1717
## Prerequisites
1818

1919
* Java 8 or higher
20-
* Scala 2.11, 2.12 or 2.13
20+
* Scala 2.11, 2.12, 2.13 or 3.0
2121
* Logging backend compatible with SLF4J
2222

2323
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:
3838
sbt users may add this to their `build.sbt`:
3939

4040
```scala
41-
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
41+
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"
4242
```
4343

4444
## Using Scala Logging

0 commit comments

Comments
 (0)