Skip to content

Commit 4a9f943

Browse files
authored
Merge pull request #777 from scala-steward/update/logback-classic-1.5.33
Update logback-classic to 1.5.33
2 parents 7e806ad + 47685c9 commit 4a9f943

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lazy val standardSettings = Defaults.coreDefaultSettings ++ Seq(
8282
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
8383
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
8484
"org.scalacheck" %% "scalacheck" % "1.19.0" % Test,
85-
"ch.qos.logback" % "logback-classic" % "1.5.32" % Test
85+
"ch.qos.logback" % "logback-classic" % "1.5.33" % Test
8686
),
8787
ThisBuild / shellPrompt := { state
8888
scala.Console.CYAN + Project.extract(state).currentRef.project + "> " + scala.Console.RESET

0 commit comments

Comments
 (0)