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",