From 861b90b5d43d45e94d4c3e774d01dd203f3edc24 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 May 2026 21:59:14 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.15 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 0a70da1..36a204d 100644 --- a/build.sbt +++ b/build.sbt @@ -42,9 +42,9 @@ libraryDependencies ++= { "net.sourceforge.owlapi" % "jfact" % "4.0.4", "org.geneontology" %% "owl-diff" % "1.3.0", "io.circe" %% "circe-yaml" % "0.14.1", - "io.circe" %% "circe-core" % "0.14.9", - "io.circe" %% "circe-generic" % "0.14.9", - "io.circe" %% "circe-parser" % "0.14.9", + "io.circe" %% "circe-core" % "0.14.15", + "io.circe" %% "circe-generic" % "0.14.15", + "io.circe" %% "circe-parser" % "0.14.15", "org.obolibrary.robot" % "robot-core" % "1.8.4" exclude("ch.qos.logback", "logback-classic") exclude("org.slf4j", "slf4j-log4j12")