Skip to content

Commit

Permalink
Update logback-classic to 1.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 11, 2023
1 parent 5caf0be commit 5d5754d
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.16" % 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.8" % Test
"ch.qos.logback" % "logback-classic" % "1.4.11" % Test
),
ThisBuild / shellPrompt := { state
scala.Console.CYAN + Project.extract(state).currentRef.project + "> " + scala.Console.RESET
Expand Down

0 comments on commit 5d5754d

Please sign in to comment.