Skip to content

Commit

Permalink
Update logback-classic to 1.5.10 (#393)
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 12, 2024
1 parent f632c2e commit 0e08701
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.9"
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.10"
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 0e08701

Please sign in to comment.