We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bc7ec commit 4a9ae4dCopy full SHA for 4a9ae4d
formats/build.sbt
@@ -1,7 +1,7 @@
1
name := "overflowdb-formats"
2
3
libraryDependencies ++= Seq(
4
- "com.github.tototoshi" %% "scala-csv" % "1.3.10",
+ "com.github.tototoshi" %% "scala-csv" % "1.4.1",
5
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
6
"com.github.pathikrit" %% "better-files" % "3.9.2" % Test,
7
"com.github.scopt" %% "scopt" % "4.1.0",
0 commit comments