Skip to content

Commit

Permalink
Update logback-classic, logback-core to 1.2.13 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 7, 2024
1 parent 359fe03 commit 7d32c3f
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.17" % Test,
"org.testng" % "testng" % "7.5" % Test,
"com.google.guava" % "guava" % "33.0.0-jre" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test,
"ch.qos.logback" % "logback-core" % "1.2.11" % Test
"ch.qos.logback" % "logback-classic" % "1.2.13" % Test,
"ch.qos.logback" % "logback-core" % "1.2.13" % Test
)

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

0 comments on commit 7d32c3f

Please sign in to comment.