From bd26b31262f945d8b6d3b7825e374c6fe8267013 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 6 Sep 2023 22:23:32 +0000 Subject: [PATCH] Update circe-core, circe-generic to 0.14.6 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 943a752..ca43d33 100644 --- a/build.sbt +++ b/build.sbt @@ -29,8 +29,8 @@ libraryDependencies ++= { "org.geneontology" % "obographs" % "0.2.1", "commons-codec" % "commons-codec" % "1.15", "com.outr" %% "scribe-slf4j" % "3.11.5", - "io.circe" %% "circe-core" % "0.14.5", - "io.circe" %% "circe-generic" % "0.14.5", + "io.circe" %% "circe-core" % "0.14.6", + "io.circe" %% "circe-generic" % "0.14.6", "io.circe" %% "circe-yaml" % "0.14.2", "com.github.alexarchambault" %% "case-app" % "2.0.6", "org.scalaz" %% "scalaz-core" % "7.3.7",