From fddced8615a8f90f359a3f46ae5dfee93d9767c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 14 Jun 2025 03:34:19 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.14 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index fca602f..3a836b3 100644 --- a/build.sbt +++ b/build.sbt @@ -98,9 +98,9 @@ lazy val root = Project("sbt-coveralls", file(".")) "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2", "org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r", "org.scalaj" %% "scalaj-http" % "2.4.2", - "io.circe" %% "circe-core" % "0.14.10", - "io.circe" %% "circe-generic" % "0.14.10", - "io.circe" %% "circe-parser" % "0.14.10", + "io.circe" %% "circe-core" % "0.14.14", + "io.circe" %% "circe-generic" % "0.14.14", + "io.circe" %% "circe-parser" % "0.14.14", "org.mockito" % "mockito-core" % "5.14.2" % Test, "org.scalatest" %% "scalatest" % "3.2.19" % Test ),