Skip to content

Commit

Permalink
Update logback-classic to 1.5.9 (#389)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
  • Loading branch information
etspaceman-scala-steward-app[bot] and scala-steward[bot] authored Oct 8, 2024
1 parent 79588bf commit 8e4d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
import sbt._

object LibraryDependencies {
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.8"
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.9"
val JavaXMLBind = "javax.xml.bind" % "jaxb-api" % "2.3.1"
val Scalacheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.1")
val Epollcat = Def.setting("com.armanbilge" %%% "epollcat" % "0.1.6")
Expand Down

0 comments on commit 8e4d27c

Please sign in to comment.