Skip to content

Commit 4a9ae4d

Browse files
committed
Update scala-csv to 1.4.1
1 parent 09bc7ec commit 4a9ae4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "overflowdb-formats"
22

33
libraryDependencies ++= Seq(
4-
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
4+
"com.github.tototoshi" %% "scala-csv" % "1.4.1",
55
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
66
"com.github.pathikrit" %% "better-files" % "3.9.2" % Test,
77
"com.github.scopt" %% "scopt" % "4.1.0",

0 commit comments

Comments
 (0)