We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b376a9e + 7affa08 commit aadb4a9Copy full SHA for aadb4a9
1 file changed
build.sbt
@@ -15,8 +15,8 @@ libraryDependencies ++= Seq(
15
"org.apache.pdfbox" % "pdfbox" % "3.0.6",
16
"commons-io" % "commons-io" % "2.21.0",
17
"org.apache.commons" % "commons-lang3" % "3.20.0",
18
- "com.bot4s" %% "telegram-core" % "6.0.0",
19
- "com.bot4s" %% "telegram-akka" % "6.0.0",
+ "com.bot4s" %% "telegram-core" % "6.0.1",
+ "com.bot4s" %% "telegram-akka" % "6.0.1",
20
"ch.qos.logback" % "logback-classic" % "1.5.21",
21
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
22
"org.specs2" %% "specs2-core" % "4.23.0" % "test",
0 commit comments