From 121a3e3f02305ad3bcc14e378baf0a55c85ca063 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 9 May 2024 17:47:42 +0000 Subject: [PATCH] Update owlapi-distribution to 4.5.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 71e3a8e..58a0099 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ lazy val owlapi4 = project Test / scalaSource := baseDirectory.value / ".." / "src" / "test" / "scala", libraryDependencies ++= { Seq( - "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.16" + "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.28" ) } )