diff --git a/build.sbt b/build.sbt index 0b77987..0a6a459 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.9", - "io.circe" %% "circe-core" % "0.14.5", - "io.circe" %% "circe-generic" % "0.14.5", + "io.circe" %% "circe-core" % "0.14.10", + "io.circe" %% "circe-generic" % "0.14.10", "io.circe" %% "circe-yaml" % "0.14.2", "com.github.alexarchambault" %% "case-app" % "2.0.6", "org.scalaz" %% "scalaz-core" % "7.3.8",