Skip to content

Commit

Permalink
Revert slf4j-simple
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández <info@alejandrohdezma.com>
  • Loading branch information
alejandrohdezma committed Apr 17, 2024
1 parent dee98e5 commit b787d56
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" % "2.0.13" % Test
val slf4j = "org.slf4j" % "slf4j-simple" % "1.7.36" % 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 b787d56

Please sign in to comment.