From 13bd4b06e91aa67202d51e07668bba2be45e9c01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:13:46 +0000 Subject: [PATCH] chore(deps): 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 2dc0f7c..4c37ef8 100644 --- a/build.sbt +++ b/build.sbt @@ -37,7 +37,7 @@ lazy val scopt = Seq(libraryDependencies += "com.github.scopt" %% "scopt" % "4.1 lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.7" % "test", Test / fork := true) -lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.4.1") +lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "2.0.0") lazy val mysql = Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.12.0",