Skip to content

Commit

Permalink
Update scala-csv to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 27, 2024
1 parent d991052 commit 5872ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ lazy val formats = project
.settings(
name := "flatgraph-formats",
libraryDependencies ++= Seq(
"com.github.tototoshi" %% "scala-csv" % "1.4.1",
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
"org.scala-lang.modules" %% "scala-xml" % "2.3.0",
"io.spray" %% "spray-json" % "1.3.6",
"com.github.scopt" %% "scopt" % "4.1.0",
Expand Down

0 comments on commit 5872ed6

Please sign in to comment.