Skip to content

Commit

Permalink
Update logback-classic from 1.4.5 to 1.4.14 (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Anand Singh <[email protected]>
  • Loading branch information
anand-singh and anand-singh authored Dec 6, 2023
1 parent d93c69a commit 522a43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
lazy val cats = "org.typelevel" %% "cats-core" % "2.9.0"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.5"
lazy val logback = "ch.qos.logback" % "logback-classic" % "1.4.14"
lazy val chimney = "io.scalaland" %% "chimney" % "0.6.2"
lazy val logging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test
Expand Down

0 comments on commit 522a43d

Please sign in to comment.