Skip to content

Commit

Permalink
Update logback-classic to 1.4.7 (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Apr 21, 2023
1 parent 996558a commit 333cbd1
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.4.6"
val Logback = "ch.qos.logback" % "logback-classic" % "1.4.7"
val JavaXMLBind = "javax.xml.bind" % "jaxb-api" % "2.3.1"
val Scalacheck = Def.setting("org.scalacheck" %%% "scalacheck" % "1.17.0")
val Epollcat = Def.setting("com.armanbilge" %%% "epollcat" % "0.1.4")
Expand Down

0 comments on commit 333cbd1

Please sign in to comment.