Skip to content

Commit 335c1b6

Browse files
Update circe-core, circe-generic, ... to 0.14.15 (#521)
1 parent f56e4b4 commit 335c1b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ libraryDependencies ++= {
4242
"net.sourceforge.owlapi" % "jfact" % "4.0.4",
4343
"org.geneontology" %% "owl-diff" % "1.3.0",
4444
"io.circe" %% "circe-yaml" % "0.14.1",
45-
"io.circe" %% "circe-core" % "0.14.9",
46-
"io.circe" %% "circe-generic" % "0.14.9",
47-
"io.circe" %% "circe-parser" % "0.14.9",
45+
"io.circe" %% "circe-core" % "0.14.15",
46+
"io.circe" %% "circe-generic" % "0.14.15",
47+
"io.circe" %% "circe-parser" % "0.14.15",
4848
"org.obolibrary.robot" % "robot-core" % "1.8.4"
4949
exclude("ch.qos.logback", "logback-classic")
5050
exclude("org.slf4j", "slf4j-log4j12")

0 commit comments

Comments
 (0)