Skip to content

Commit

Permalink
Update scala-csv to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 30, 2024
1 parent 943fbca commit f333344
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 @@ -53,7 +53,7 @@ libraryDependencies ++= {
exclude("org.geneontology", "owl-diff_2.12"),
"com.github.pathikrit" %% "better-files" % "3.9.1",
"org.apache.jena" % "apache-jena-libs" % "4.5.0" exclude("org.slf4j", "slf4j-log4j12"),
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
"com.github.tototoshi" %% "scala-csv" % "1.4.1",
"commons-codec" % "commons-codec" % "1.15",
"dev.zio" %% "zio-logging" % "0.5.14",
"dev.zio" %% "zio-logging-slf4j-bridge" % "0.5.14",
Expand Down

0 comments on commit f333344

Please sign in to comment.