Skip to content

Commit

Permalink
Update scala-csv to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 30, 2024
1 parent 09bc7ec commit 4a9ae4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formats/build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 4a9ae4d

Please sign in to comment.