From 4a9ae4d3bdda3ff7d050b12885d1e748e72c8b35 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 30 Jun 2024 16:30:37 +0000 Subject: [PATCH] Update scala-csv to 1.4.1 --- formats/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formats/build.sbt b/formats/build.sbt index 3147be3f..5454f3e3 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.1", "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",