Skip to content

Commit

Permalink
Merge pull request #2486 from scalacenter/update/logback-classic-1.5.12
Browse files Browse the repository at this point in the history
build(deps): Update logback-classic from 1.5.11 to 1.5.12
  • Loading branch information
tgodzik authored Oct 27, 2024
2 parents 57eb430 + 9a4d8fd commit 46554b6
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 @@ -72,7 +72,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.5.11"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.12"
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 46554b6

Please sign in to comment.