Skip to content

Commit

Permalink
Update whelk-owlapi to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 30, 2024
1 parent 797bfd5 commit f54bb66
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 @@ -46,7 +46,7 @@ lazy val core = project
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
"org.geneontology" %% "whelk-owlapi" % "1.1.3",
"org.geneontology" %% "whelk-owlapi" % "1.2.1",
"org.apache.jena" % "apache-jena-libs" % "4.10.0" exclude("org.slf4j", "slf4j-log4j12"),
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"dev.zio" %% "zio-test" % zioVersion % Test,
Expand Down

0 comments on commit f54bb66

Please sign in to comment.