Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.5.8 (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 11, 2024
1 parent c120502 commit 1105ce0
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.0-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.5.7" % Test,
"ch.qos.logback" % "logback-core" % "1.5.7" % Test
"ch.qos.logback" % "logback-classic" % "1.5.8" % Test,
"ch.qos.logback" % "logback-core" % "1.5.8" % Test
)

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

0 comments on commit 1105ce0

Please sign in to comment.