From 2e91c7f90185fee163330a8843bc5a3419bcb713 Mon Sep 17 00:00:00 2001 From: Mathias Bogaert Date: Tue, 23 Mar 2021 14:14:18 +0000 Subject: [PATCH] Use v3.9.3 in README. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e453e44..8f1000a 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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