Skip to content

Commit

Permalink
Update logback-classic to 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 24, 2023
1 parent b6c8cfc commit 2162711
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 @@ -146,7 +146,7 @@ lazy val commonDependencies = Seq(
"org.slf4j" % "log4j-over-slf4j" % "1.7.36",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "provided;optional",
// For testing ...
"ch.qos.logback" % "logback-classic" % "1.2.11" % "test",
"ch.qos.logback" % "logback-classic" % "1.2.12" % "test",
"org.scalatest" %% "scalatest" % "3.0.9" % "test",
"org.scalacheck" %% "scalacheck" % "1.15.2" % "test")
)
Expand Down

0 comments on commit 2162711

Please sign in to comment.