Skip to content

Commit

Permalink
Merge pull request #565 from scala-steward/update/logback-classic-1.5.0
Browse files Browse the repository at this point in the history
Update logback-classic to 1.5.0
  • Loading branch information
yanns authored Feb 19, 2024
2 parents fe41748 + edba855 commit 847b13e
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 847b13e

Please sign in to comment.