diff --git a/build.sbt b/build.sbt index 31a75c7..5071707 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ libraryDependencies ++= Seq( "org.apache.commons" % "commons-lang3" % "3.17.0", "com.bot4s" %% "telegram-core" % "5.8.3", "com.bot4s" %% "telegram-akka" % "5.8.3", - "ch.qos.logback" % "logback-classic" % "1.5.10", + "ch.qos.logback" % "logback-classic" % "1.5.11", "com.github.tototoshi" %% "scala-csv" % "1.4.1", "org.specs2" %% "specs2-core" % "4.20.8" % "test", "com.google.zxing" % "core" % "3.5.3" % "test",