Skip to content

Commit b5c769f

Browse files
authored
Use 3.9.4 in readme for Scala 3 (#289)
1 parent 9ddd3ad commit b5c769f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.3"
41+
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4"
4242
```
4343

4444
## Using Scala Logging

0 commit comments

Comments
 (0)