Skip to content

Commit

Permalink
Merge pull request #389 from scala-steward/update/logback-classic-1.5.7
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.7
  • Loading branch information
mergify[bot] authored Aug 15, 2024
2 parents 21cea0c + a0e4c73 commit 61ff7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val `slick-additions` =
"com.lihaoyi" %% "sourcecode" % "0.4.2",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"com.h2database" % "h2" % "2.3.232" % "test",
"ch.qos.logback" % "logback-classic" % "1.5.6" % "test"
"ch.qos.logback" % "logback-classic" % "1.5.7" % "test"
)
)

Expand Down

0 comments on commit 61ff7e7

Please sign in to comment.