Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 16, 2024
1 parent 583f0ac commit 5fb6abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"org.testng" % "testng" % "7.10.2" % Test,
"com.google.guava" % "guava" % "33.3.1-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.9" % Test,
"ch.qos.logback" % "logback-core" % "1.5.9" % Test
"ch.qos.logback" % "logback-classic" % "1.5.11" % Test,
"ch.qos.logback" % "logback-core" % "1.5.11" % Test
)

updateOptions := updateOptions.value.withGigahorse(false)
Expand Down

0 comments on commit 5fb6abd

Please sign in to comment.