Skip to content

Commit

Permalink
Merge pull request #350 from scala-steward/update/apache-jena-libs-4.2.0
Browse files Browse the repository at this point in the history
Update apache-jena-libs to 4.2.0
  • Loading branch information
balhoff authored Dec 1, 2021
2 parents 0c971a8 + a304364 commit f62fa9a
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 @@ -42,7 +42,7 @@ libraryDependencies ++= {
exclude("org.geneontology", "whelk-owlapi_2.12")
exclude("org.geneontology", "owl-diff_2.12"),
"com.github.pathikrit" %% "better-files" % "3.9.1",
"org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude("org.slf4j", "slf4j-log4j12"),
"org.apache.jena" % "apache-jena-libs" % "4.2.0" exclude("org.slf4j", "slf4j-log4j12"),
"com.github.tototoshi" %% "scala-csv" % "1.3.8",
"commons-codec" % "commons-codec" % "1.15",
"com.outr" %% "scribe-slf4j" % "3.6.3",
Expand Down

0 comments on commit f62fa9a

Please sign in to comment.