Skip to content

Commit

Permalink
Update slf4j-api to 1.7.33 (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 14, 2022
1 parent 0a06f71 commit ec502d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inThisBuild(

val ZioVersion = "1.0.12"
val scalaJavaTimeVersion = "2.3.0"
val slf4jVersion = "1.7.32"
val slf4jVersion = "1.7.33"

addCommandAlias("fix", "; all compile:scalafix test:scalafix; all scalafmtSbt scalafmtAll")
addCommandAlias("check", "; scalafmtSbtCheck; scalafmtCheckAll; compile:scalafix --check; test:scalafix --check")
Expand Down

0 comments on commit ec502d7

Please sign in to comment.