Skip to content

Commit

Permalink
Update slf4j-nop to 1.7.33 (#284)
Browse files Browse the repository at this point in the history
* Update slf4j-nop to 1.7.33

* Update slf4j-nop to 1.7.33
  • Loading branch information
scala-steward committed Jan 14, 2022
1 parent 204e04f commit aa38b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -18,7 +18,7 @@ lazy val core = project
"org.scalaz" %% "scalaz-core" % "7.3.5",
"com.typesafe.akka" %% "akka-http" % "10.2.7" % "test",
"com.typesafe.akka" %% "akka-stream" % "2.6.18" % "test",
"org.slf4j" % "slf4j-nop" % "1.7.32" % "test",
"org.slf4j" % "slf4j-nop" % "1.7.33" % "test",
"org.specs2" %% "specs2-core" % "4.13.2" % "test"
),
mdocOut := file(".")
Expand Down

0 comments on commit aa38b68

Please sign in to comment.