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
permutive-steward[bot] committed Apr 17, 2024
1 parent 18d4681 commit dee98e5
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 @@ -29,7 +29,7 @@ object Dependencies {

val log4cats = "org.typelevel" %% "log4cats-core" % Versions.log4cats
val log4catsSlf4j = "org.typelevel" %% "log4cats-slf4j" % Versions.log4cats % Test
val slf4j = "org.slf4j" % "slf4j-simple" % "1.7.36" % Test
val slf4j = "org.slf4j" % "slf4j-simple" % "2.0.13" % Test

val jwt = "com.auth0" % "java-jwt" % Versions.jwt
val gcp = "com.google.cloud" % "google-cloud-pubsub" % Versions.gcp
Expand Down

0 comments on commit dee98e5

Please sign in to comment.