Skip to content

Commit

Permalink
Update circe-core, circe-parser, ... to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Apr 29, 2024
1 parent 2018e85 commit 1cf45ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -73,12 +73,12 @@ lazy val commonSettings = Seq(
"org.apache.avro" % "avro" % "1.11.3",
"com.github.os72" % "protoc-jar" % "3.11.4",
"com.google.protobuf" % "protobuf-java" % "4.26.1",
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"io.circe" %% "circe-core" % "0.14.7",
"io.circe" %% "circe-parser" % "0.14.7",
"io.circe" %% "circe-yaml" % "1.15.0",
"com.julianpeeters" %% "avrohugger-core" % "2.8.3" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test,
"io.circe" %% "circe-testing" % "0.14.6" % Test,
"io.circe" %% "circe-testing" % "0.14.7" % 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 1cf45ce

Please sign in to comment.