Skip to content

Commit

Permalink
Update commons-io to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 30, 2024
1 parent 6bda524 commit ef87ff2
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 @@ -51,7 +51,7 @@ libraryDependencies ++= {
"org.phenoscape" %% "kb-owl-tools" % "1.13.0" exclude ("org.slf4j", "slf4j-log4j12") exclude ("log4j", "log4j"),
"org.phenoscape" %% "phenoscape-kb-ingest" % "1.6.2" exclude ("log4j", "log4j"),
"org.phenoscape" % "phenex" % "1.17.2" exclude ("org.slf4j", "slf4j-log4j12") exclude ("net.sourceforge.owlapi", "owlapi-apibinding") exclude ("log4j", "log4j"),
"commons-io" % "commons-io" % "2.11.0" exclude ("log4j", "log4j"),
"commons-io" % "commons-io" % "2.16.0" exclude ("log4j", "log4j"),
"org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude ("org.slf4j", "slf4j-log4j12"),
"org.scalaz" %% "scalaz-core" % "7.2.33",
"org.bbop" % "oboformat" % "0.5.5" exclude ("net.sourceforge.owlapi", "owlapi-apibinding") exclude ("log4j", "log4j"),
Expand Down

0 comments on commit ef87ff2

Please sign in to comment.