Skip to content

Commit

Permalink
Update slf4j-simple to 2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Apr 15, 2024
1 parent b2c7b0e commit 0a8f12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object ProjectPlugin extends AutoPlugin {
"org.http4s" %% "http4s-circe" % "0.23.26",
"redis.clients" % "jedis" % "5.1.2",
"io.circe" %% "circe-parser" % "0.14.6" % Test,
"org.slf4j" % "slf4j-simple" % "2.0.12" % Test
"org.slf4j" % "slf4j-simple" % "2.0.13" % Test
)
) ++ commonCrossDependencies
}
Expand Down

0 comments on commit 0a8f12c

Please sign in to comment.