Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.5.2 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 3, 2024
1 parent c8e2f34 commit 16dec01
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 @@ -31,8 +31,8 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.18" % Test,
"org.testng" % "testng" % "7.9.0" % Test,
"com.google.guava" % "guava" % "33.0.0-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.0" % Test,
"ch.qos.logback" % "logback-core" % "1.5.0" % Test
"ch.qos.logback" % "logback-classic" % "1.5.2" % Test,
"ch.qos.logback" % "logback-core" % "1.5.2" % Test
)

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

0 comments on commit 16dec01

Please sign in to comment.