We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5b01a commit e9ec578Copy full SHA for e9ec578
build.sbt
@@ -25,7 +25,7 @@ libraryDependencies ++= {
25
"org.geneontology" %% "whelk-owlapi" % "1.1",
26
"com.outr" %% "scribe-slf4j" % "3.5.5",
27
"com.github.alexarchambault" %% "case-app" % "2.0.6",
28
- "org.apache.jena" % "apache-jena-libs" % "4.1.0" exclude ("org.slf4j", "slf4j-log4j12"),
+ "org.apache.jena" % "apache-jena-libs" % "3.17.0" exclude ("org.slf4j", "slf4j-log4j12"),
29
"dev.zio" %% "zio-test" % zioVersion % Test,
30
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
31
)
0 commit comments