Skip to content

Commit 68f3ee1

Browse files
authored
Merge pull request #2860 from scalacenter/update/logback-classic-1.5.26
build(deps): Update logback-classic from 1.5.25 to 1.5.26
2 parents 1b01c18 + d85ca52 commit 68f3ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ object Dependencies {
7575
val sbtTestAgent = "org.scala-sbt" % "test-agent" % sbtTestAgentVersion
7676
val snailgun = "io.github.alexarchambault.scala-cli.snailgun" %% "snailgun-core" % "0.4.1-sc2"
7777
val ztExec = "org.zeroturnaround" % "zt-exec" % ztExecVersion
78-
val logback = "ch.qos.logback" % "logback-classic" % "1.5.25"
78+
val logback = "ch.qos.logback" % "logback-classic" % "1.5.26"
7979
val libdaemonjvm = "ch.epfl.scala" %% "libdaemon" % "0.0.12"
8080
val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"
8181

0 commit comments

Comments
 (0)