Skip to content

Commit

Permalink
Update circe-core, circe-generic to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2024
1 parent bc34fa9 commit 4d70061
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ libraryDependencies ++= {
"org.obolibrary.robot" % "robot-core" % "1.7.0" exclude ("org.slf4j", "slf4j-log4j12"),
"org.prefixcommons" % "curie-util" % "0.0.2",
"org.scalaz" %% "scalaz-core" % "7.3.7",
"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",
"com.outr" %% "scribe-slf4j" % "3.5.5",
"com.github.alexarchambault" %% "case-app" % "2.0.6",
"com.lihaoyi" %% "utest" % "0.7.11" % Test
Expand Down

0 comments on commit 4d70061

Please sign in to comment.