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 c1f5606 commit 9376e73Copy full SHA for 9376e73
build.sbt
@@ -47,7 +47,7 @@ lazy val core = project
47
"dev.zio" %% "zio" % zioVersion,
48
"dev.zio" %% "zio-streams" % zioVersion,
49
"org.geneontology" %% "whelk-owlapi" % "1.2.1",
50
- "org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"),
+ "org.apache.jena" % "apache-jena-libs" % "5.6.0" exclude("org.slf4j", "slf4j-log4j12"),
51
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.6",
52
"dev.zio" %% "zio-test" % zioVersion % Test,
53
"dev.zio" %% "zio-test-sbt" % zioVersion % Test,
0 commit comments