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 aae55e2 commit 358ad63Copy full SHA for 358ad63
formats/build.sbt
@@ -1,7 +1,7 @@
1
name := "odb2-formats"
2
3
libraryDependencies ++= Seq(
4
- "com.github.tototoshi" %% "scala-csv" % "1.3.10",
+ "com.github.tototoshi" %% "scala-csv" % "2.0.0",
5
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
6
"com.github.pathikrit" %% "better-files" % "3.9.2" % Test,
7
"com.github.scopt" %% "scopt" % "4.1.0",
0 commit comments