Skip to content

Commit

Permalink
Update whelk-owlapi to 1.1.3 (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 26, 2024
1 parent a6f6cfa commit 2f34b9a
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.2",
"org.geneontology" %% "whelk-owlapi" % "1.1.3",
"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 2f34b9a

Please sign in to comment.