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 797bfd5 commit 294cc65Copy full SHA for 294cc65
build.sbt
@@ -46,7 +46,7 @@ lazy val core = project
46
libraryDependencies ++= Seq(
47
"dev.zio" %% "zio" % zioVersion,
48
"dev.zio" %% "zio-streams" % zioVersion,
49
- "org.geneontology" %% "whelk-owlapi" % "1.1.3",
+ "org.geneontology" %% "whelk-owlapi" % "1.2.1",
50
"org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"),
51
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
52
"dev.zio" %% "zio-test" % zioVersion % Test,
0 commit comments