Skip to content

Commit

Permalink
Merge pull request #60 from scala-steward/update/scala-csv-1.4.1
Browse files Browse the repository at this point in the history
Update scala-csv to 1.4.1
  • Loading branch information
grzegorz-taramina authored Dec 16, 2024
2 parents 504b26f + a77d6ce commit 45f868c
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 pureCSV = project.in(file(".")).
scalacOptions ++= Seq("-feature", "-deprecation"),
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.12",
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)
)

0 comments on commit 45f868c

Please sign in to comment.