diff --git a/build.sbt b/build.sbt index 3ba60f1..cf1734b 100644 --- a/build.sbt +++ b/build.sbt @@ -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",