From 0d02b51d199ece5d110024c58fd7684cdcee3787 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 May 2021 12:45:35 +0200 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.0 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 7cd7c48..89668fb 100644 --- a/build.sbt +++ b/build.sbt @@ -33,9 +33,9 @@ libraryDependencies ++= { "net.sourceforge.owlapi" % "jfact" % "4.0.4", "org.geneontology" %% "owl-diff" % "1.2.2", "io.circe" %% "circe-yaml" % "0.13.1", - "io.circe" %% "circe-core" % "0.13.0", - "io.circe" %% "circe-generic" % "0.13.0", - "io.circe" %% "circe-parser" % "0.13.0", + "io.circe" %% "circe-core" % "0.14.0", + "io.circe" %% "circe-generic" % "0.14.0", + "io.circe" %% "circe-parser" % "0.14.0", "org.obolibrary.robot" % "robot-core" % "1.7.0" exclude("org.slf4j", "slf4j-log4j12") exclude("org.geneontology", "whelk_2.12")