Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #282 from 100km/renovate/com.github.tototoshi-scal…
Browse files Browse the repository at this point in the history
…a-csv-1.x

chore(deps): update dependency com.github.tototoshi:scala-csv to v1.4.0
  • Loading branch information
renovate[bot] authored Jun 23, 2024
2 parents e12c027 + 51f4277 commit b52aa6f
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 @@ -37,7 +37,7 @@ lazy val scopt = Seq(libraryDependencies += "com.github.scopt" %% "scopt" % "4.1
lazy val specs2 = Seq(libraryDependencies += "org.specs2" %% "specs2-core" % "4.20.7" % "test",
Test / fork := true)

lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.10")
lazy val csv = Seq(libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.4.0")

lazy val mysql =
Seq(libraryDependencies ++= Seq("org.apache.commons" % "commons-dbcp2" % "2.12.0",
Expand Down

0 comments on commit b52aa6f

Please sign in to comment.