From 1cefbb846d6d9732821a207a055fac2b2b6c8cc5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 15:38:02 +0000 Subject: [PATCH] Update circe-core, circe-generic to 0.14.15 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index f86c2a1..32d4eba 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.15", + "io.circe" %% "circe-generic" % "0.14.15", "io.circe" %% "circe-yaml" % "0.14.2", "com.github.alexarchambault" %% "case-app" % "2.0.6", "org.scalaz" %% "scalaz-core" % "7.3.8",