From 3240517dfc41fe4a63e83589b4b3f4ddb475514f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 19:34:57 +0000 Subject: [PATCH] Update dependency com.github.tototoshi:scala-csv to v2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ae26c58..6304e93 100644 --- a/build.sbt +++ b/build.sbt @@ -18,7 +18,7 @@ libraryDependencies ++= Seq( "com.bot4s" %% "telegram-core" % "5.8.4", "com.bot4s" %% "telegram-akka" % "5.8.4", "ch.qos.logback" % "logback-classic" % "1.5.17", - "com.github.tototoshi" %% "scala-csv" % "1.4.1", + "com.github.tototoshi" %% "scala-csv" % "2.0.0", "org.specs2" %% "specs2-core" % "4.20.9" % "test", "com.google.zxing" % "core" % "3.5.3" % "test", "com.google.zxing" % "javase" % "3.5.3" % "test",