Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 6, 2023
1 parent 943fbca commit 13ecb6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ libraryDependencies ++= {
"net.sourceforge.owlapi" % "jfact" % "4.0.4",
"org.geneontology" %% "owl-diff" % "1.2.2",
"io.circe" %% "circe-yaml" % "0.14.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.6",
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"org.obolibrary.robot" % "robot-core" % "1.8.3"
exclude("ch.qos.logback", "logback-classic")
exclude("org.slf4j", "slf4j-log4j12")
Expand Down

0 comments on commit 13ecb6b

Please sign in to comment.