From b592bbd915b4239b41bb1b7cb87cde591e4a17a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jun 2025 15:48:58 +0000 Subject: [PATCH] Update circe-core, circe-generic to 0.14.14 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f86c2a1..6fb655a 100644 --- a/build.sbt +++ b/build.sbt @@ -29,8 +29,8 @@ libraryDependencies ++= { "org.geneontology" % "obographs" % "0.2.1", "commons-codec" % "commons-codec" % "1.18.0", "com.outr" %% "scribe-slf4j" % "3.16.1", - "io.circe" %% "circe-core" % "0.14.13", - "io.circe" %% "circe-generic" % "0.14.13", + "io.circe" %% "circe-core" % "0.14.14", + "io.circe" %% "circe-generic" % "0.14.14", "io.circe" %% "circe-yaml" % "0.14.2", "com.github.alexarchambault" %% "case-app" % "2.0.6", "org.scalaz" %% "scalaz-core" % "7.3.8",