Skip to content

Commit

Permalink
Update logback-classic to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent b8c6502 commit edba855
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 @@ -54,7 +54,7 @@ lazy val standardSettings = Defaults.coreDefaultSettings ++ Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.14" % Test
"ch.qos.logback" % "logback-classic" % "1.5.0" % Test
),
ThisBuild / shellPrompt := { state
scala.Console.CYAN + Project.extract(state).currentRef.project + "> " + scala.Console.RESET
Expand Down

0 comments on commit edba855

Please sign in to comment.