Skip to content

Commit e0e31d6

Browse files
Update log4j-over-slf4j, slf4j-api to 2.0.18 (#220)
1 parent 81b3865 commit e0e31d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ object Dependencies {
1414
}
1515

1616
object Slf4j {
17-
private val version = "2.0.17"
17+
private val version = "2.0.18"
1818
val api = "org.slf4j" % "slf4j-api" % version
1919
val `log4j-over-slf4j` = "org.slf4j" % "log4j-over-slf4j" % version
2020
}

0 commit comments

Comments
 (0)