From 17ddf9b12c1a0e402909badd6062000f04d03064 Mon Sep 17 00:00:00 2001 From: Mark Tickner Date: Mon, 12 Jul 2021 11:19:07 +0100 Subject: [PATCH] Use 3.9.4 in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f1000a..93674e3 100644 --- a/README.md +++ b/README.md @@ -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.3" +libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4" ``` ## Using Scala Logging