Skip to content

Commit

Permalink
Merge pull request #1232 from scala-steward/update/series/2.x/logback…
Browse files Browse the repository at this point in the history
…-classic-1.3.11

Update logback-classic to 1.3.11 in series/2.x
  • Loading branch information
aartigao authored Sep 22, 2023
2 parents f4a54e5 + 8d37074 commit 72cb8d9
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 @@ -108,7 +108,7 @@ lazy val dependencySettings = Seq(
"org.typelevel" %% "discipline-scalatest" % "2.2.0",
"org.typelevel" %% "cats-effect-laws" % catsEffectVersion,
"org.typelevel" %% "cats-effect-testkit" % catsEffectVersion,
"ch.qos.logback" % "logback-classic" % "1.3.7"
"ch.qos.logback" % "logback-classic" % "1.3.11"
).map(_ % Test),
libraryDependencies ++= {
if (scalaVersion.value.startsWith("3")) Nil
Expand Down

0 comments on commit 72cb8d9

Please sign in to comment.