Skip to content

Commit

Permalink
Update logback-classic to 1.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 2, 2023
1 parent 4bb7259 commit a34fc5d
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 @@ -18,7 +18,7 @@ Test / unmanagedSourceDirectories += baseDirectory.value / "test/unit"
parallelExecution in Test := false

libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.13"

libraryDependencies += "org.antlr" % "antlr4" % "4.8-1"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.1" % "test"
Expand Down

0 comments on commit a34fc5d

Please sign in to comment.