Skip to content

Commit 22559f8

Browse files
Update commons-csv from 1.12.0 to 1.13.0
1 parent 97abe22 commit 22559f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
445445
"com.github.seratch" %% "awscala" % "0.9.2",
446446
"com.opencsv" % "opencsv" % "5.9",
447447
"com.github.tototoshi" %% "scala-csv" % "2.0.0",
448-
"org.apache.commons" % "commons-csv" % "1.12.0"
449-
448+
"org.apache.commons" % "commons-csv" % "1.13.0"
450449
),
451450
libraryDependencies ++= Seq(
452451
"org.playframework" %% "play-slick" % LibraryVersions.playSlickVersion,

0 commit comments

Comments
 (0)