Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (logger.isDebugEnabled) logger.debug(s"Some $expensive message!")
## Prerequisites

* Java 8 or higher
* Scala 2.11, 2.12 or 2.13
* Scala 2.11, 2.12, 2.13 or 3.0
* Logging backend compatible with SLF4J

A compatible logging backend is [Logback](http://logback.qos.ch), add it to your sbt build definition:
Expand All @@ -38,7 +38,7 @@ Scala Logging is published to Sonatype OSS and Maven Central:
sbt users may add this to their `build.sbt`:

```scala
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.3"
```

## Using Scala Logging
Expand Down