Skip to content

Commit

Permalink
Update slf4j-api, slf4j-simple to 2.0.9 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 6, 2023
1 parent 9d57697 commit be0255f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
lazy val Examples = config("example") extend Compile

val slf4jVersion = "2.0.7"
val slf4jVersion = "2.0.9"
val nettyVersion = "4.1.97.Final"

val nettyAll = "io.netty" % "netty-all" % nettyVersion % Compile
Expand Down

0 comments on commit be0255f

Please sign in to comment.