Skip to content

Commit

Permalink
Merge pull request #644 from scala-steward/update/logback-classic-1.4.14
Browse files Browse the repository at this point in the history
Update logback-classic to 1.4.14
  • Loading branch information
mergify[bot] authored Dec 2, 2023
2 parents e1414b4 + 6c7bbd7 commit 44f5b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0"

libraryDependencies += "org.slf4j" % "slf4j-api" % "2.0.9"

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.13"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.14"

libraryDependencies += "io.circe" %% "circe-generic-extras" % "0.14.3"

Expand Down

0 comments on commit 44f5b0b

Please sign in to comment.