Skip to content

Commit

Permalink
Merge pull request #2404 from scalacenter/update/logback-classic-1.5.7
Browse files Browse the repository at this point in the history
build(deps): Update logback-classic from 1.3.14 to 1.5.7
  • Loading branch information
tgodzik authored Aug 16, 2024
2 parents 8ef8610 + e0f370c commit e2c2cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ object Dependencies {
val sbtTestAgent = "org.scala-sbt" % "test-agent" % sbtTestAgentVersion
val snailgun = "io.github.alexarchambault.scala-cli.snailgun" %% "snailgun-core" % "0.4.1-sc2"
val ztExec = "org.zeroturnaround" % "zt-exec" % ztExecVersion
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.7"
val libdaemonjvm = "ch.epfl.scala" %% "libdaemon" % "0.0.12"
val scopt = "com.github.scopt" % "scopt_2.12" % "4.0.0-RC2"

Expand Down

0 comments on commit e2c2cb8

Please sign in to comment.