From 4c472770ab9e9354d053b72b2db2d228ab3e959d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 26 May 2021 21:09:21 +0200 Subject: [PATCH 1/3] Update circe-core, circe-generic, ... to 0.14.1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 7cd7c48..8d24306 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.1", + "io.circe" %% "circe-generic" % "0.14.1", + "io.circe" %% "circe-parser" % "0.14.1", "org.obolibrary.robot" % "robot-core" % "1.7.0" exclude("org.slf4j", "slf4j-log4j12") exclude("org.geneontology", "whelk_2.12") From 9a3fdf11a64885ac8ac41863381744dc15d8bb89 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jul 2021 20:26:50 +0200 Subject: [PATCH 2/3] Update circe-core, circe-generic, ... to 0.14.1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 84c20b3..587c04a 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.14.0", - "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.1", + "io.circe" %% "circe-generic" % "0.14.1", + "io.circe" %% "circe-parser" % "0.14.1", "org.obolibrary.robot" % "robot-core" % "1.7.2" exclude("org.slf4j", "slf4j-log4j12") exclude("org.geneontology", "whelk_2.12") From 120fda757941eb5bc944d3d51727f0de5419a815 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 1 Jul 2021 22:29:05 +0200 Subject: [PATCH 3/3] Update circe-core, circe-generic, ... to 0.14.1 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 22416a0..075741a 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.14.0", - "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.1", + "io.circe" %% "circe-generic" % "0.14.1", + "io.circe" %% "circe-parser" % "0.14.1", "org.obolibrary.robot" % "robot-core" % "1.8.1" exclude("org.slf4j", "slf4j-log4j12") exclude("org.geneontology", "whelk_2.12")