We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56e4b4 commit 335c1b6Copy full SHA for 335c1b6
1 file changed
build.sbt
@@ -42,9 +42,9 @@ libraryDependencies ++= {
42
"net.sourceforge.owlapi" % "jfact" % "4.0.4",
43
"org.geneontology" %% "owl-diff" % "1.3.0",
44
"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",
+ "io.circe" %% "circe-core" % "0.14.15",
+ "io.circe" %% "circe-generic" % "0.14.15",
+ "io.circe" %% "circe-parser" % "0.14.15",
48
"org.obolibrary.robot" % "robot-core" % "1.8.4"
49
exclude("ch.qos.logback", "logback-classic")
50
exclude("org.slf4j", "slf4j-log4j12")
0 commit comments