From 8f2f4a96ee215521192c7b75a4b57954ca4f3997 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 03:14:43 +0000 Subject: [PATCH] Update scala-csv to 1.4.0 --- formats/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/build.sbt b/formats/build.sbt index 3147be3f..281acf58 100644 --- a/formats/build.sbt +++ b/formats/build.sbt @@ -1,7 +1,7 @@ name := "overflowdb-formats" libraryDependencies ++= Seq( - "com.github.tototoshi" %% "scala-csv" % "1.3.10", + "com.github.tototoshi" %% "scala-csv" % "1.4.0", "org.scala-lang.modules" %% "scala-xml" % "2.1.0", "com.github.pathikrit" %% "better-files" % "3.9.2" % Test, "com.github.scopt" %% "scopt" % "4.1.0",