From 01d9238cecc82f648b3bb5a9bd24176df83d5c76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 13 May 2024 13:35:35 +0000 Subject: [PATCH] Update owlapi-distribution to 4.5.29 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05decad..49bdb1c 100644 --- a/build.sbt +++ b/build.sbt @@ -32,7 +32,7 @@ fork in Test := true libraryDependencies ++= { Seq( - "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.22", + "net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.29", "org.apache.commons" % "commons-text" % "1.9" ) }