Skip to content

Commit

Permalink
Merge pull request #325 from scala-steward/update/logback-classic-1.2.4
Browse files Browse the repository at this point in the history
Update logback-classic to 1.2.4
  • Loading branch information
yanns authored Jul 26, 2021
2 parents 7f20ada + b680795 commit dd8f867
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 @@ -51,7 +51,7 @@ lazy val standardSettings = Defaults.coreDefaultSettings ++ Seq(
"org.scalatest" %% "scalatest" % "3.2.9" % Test,
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0" % Test,
"org.scalacheck" %% "scalacheck" % "1.15.4" % Test,
"ch.qos.logback" % "logback-classic" % "1.2.3" % Test
"ch.qos.logback" % "logback-classic" % "1.2.4" % Test
),
shellPrompt in ThisBuild := { state
scala.Console.CYAN + Project.extract(state).currentRef.project + "> " + scala.Console.RESET
Expand Down

0 comments on commit dd8f867

Please sign in to comment.