From bf366013903139807cd295cf7de4f5cb6d25e937 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 24 May 2025 16:52:01 +0000 Subject: [PATCH] Update protege-editor-core, ... to 5.6.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 04cc1f9..a72f881 100644 --- a/build.sbt +++ b/build.sbt @@ -120,8 +120,8 @@ lazy val protege = project ), libraryDependencies ++= Seq( "net.sourceforge.owlapi" % "owlapi-distribution" % owlapiVersion % Provided, - "edu.stanford.protege" % "protege-editor-core" % "5.5.0" % Provided, - "edu.stanford.protege" % "protege-editor-owl" % "5.5.0" % Provided + "edu.stanford.protege" % "protege-editor-core" % "5.6.6" % Provided, + "edu.stanford.protege" % "protege-editor-owl" % "5.6.6" % Provided ) )