Skip to content

Commit

Permalink
Update dependency ch.qos.logback:logback-classic to v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 6, 2023
1 parent ca9d665 commit 6fdeed5
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.1.1" ::
"org.scala-lang.modules" %% "scala-collection-compat" % "2.9.0" ::
"org.scalatest" %% "scalatest-funsuite" % "3.2.15" % Test ::
"ch.qos.logback" % "logback-classic" % "1.2.11" % Test ::
"ch.qos.logback" % "logback-classic" % "1.4.5" % 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 6fdeed5

Please sign in to comment.