We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f99333 + 03e9058 commit c9a20a6Copy full SHA for c9a20a6
1 file changed
build.sbt
@@ -27,7 +27,7 @@ libraryDependencies ++= {
27
"org.geneontology" %% "whelk-owlapi" % "1.1",
28
"com.outr" %% "scribe-slf4j" % "2.7.12",
29
"com.github.alexarchambault" %% "case-app" % "2.0.6",
30
- "org.apache.jena" % "apache-jena-libs" % "3.16.0" exclude ("org.slf4j", "slf4j-log4j12"),
+ "org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude ("org.slf4j", "slf4j-log4j12"),
31
"dev.zio" %% "zio-test" % zioVersion % Test,
32
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
33
)
0 commit comments