From 1fb3aeb05a935c9de5296e8557f6803dc83a92e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 6 Mar 2022 04:32:00 +0100 Subject: [PATCH] Update logback-classic to 1.2.11 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a451c9b..bd5af39 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.1.1", "com.typesafe.play" %% "play-json" % "2.9.1", "org.slf4j" % "slf4j-api" % "1.7.30", - "ch.qos.logback" % "logback-classic" % "1.2.3", + "ch.qos.logback" % "logback-classic" % "1.2.11", "org.scalatest" %% "scalatest" % "3.2.2" % Test) // option added by addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.14")