From f869a66d431aecc7a23331846c52b9233727440a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 17:35:08 +0000 Subject: [PATCH] Update scala-csv to 1.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 14b9fd7..c1c2536 100644 --- a/build.sbt +++ b/build.sbt @@ -50,7 +50,7 @@ lazy val pureCSV = project.in(file(".")). scalacOptions ++= Seq("-feature", "-deprecation"), libraryDependencies ++= Seq( "com.chuusai" %% "shapeless" % "2.3.10", - "com.github.tototoshi" %% "scala-csv" % "1.3.10", + "com.github.tototoshi" %% "scala-csv" % "1.4.0", "org.scalatest" %% "scalatest" % "3.2.17" % Test ) )