Skip to content

Commit

Permalink
Update circe-core, circe-parser, ... to 0.14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
oss-47 committed Oct 23, 2024
1 parent 2f4b392 commit b2a72eb
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 @@ -73,12 +73,12 @@ lazy val commonSettings = Seq(
"org.apache.avro" % "avro" % "1.12.0",
"com.github.os72" % "protoc-jar" % "3.11.4",
"com.google.protobuf" % "protobuf-java" % "4.27.5",
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-parser" % "0.14.9",
"io.circe" %% "circe-core" % "0.14.10",
"io.circe" %% "circe-parser" % "0.14.10",
"io.circe" %% "circe-yaml" % "1.15.0",
"com.julianpeeters" %% "avrohugger-core" % "2.8.3" % Test,
"org.typelevel" %% "cats-laws" % "2.12.0" % Test,
"io.circe" %% "circe-testing" % "0.14.9" % Test,
"io.circe" %% "circe-testing" % "0.14.10" % Test,
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"org.specs2" %% "specs2-core" % "4.12.4-js-ec" % Test,
"org.specs2" %% "specs2-scalacheck" % "4.12.4-js-ec" % Test,
Expand Down

0 comments on commit b2a72eb

Please sign in to comment.