Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 4, 2023
1 parent 848cf1f commit e4689e8
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 @@ -51,7 +51,7 @@ libraryDependencies ++=
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.2.0" ::
"org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0" ::
"org.scalatest" %% "scalatest-funsuite" % "3.2.16" % Test ::
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test ::
"ch.qos.logback" % "logback-classic" % "1.4.9" % Test ::
Nil

// Do not include src/{main,test}/java in the configuration, to avoid having sbt-eclipse generate them empty
Expand Down

0 comments on commit e4689e8

Please sign in to comment.