From a1615ef1d77e4083e63d6575b5019218b9107614 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 1 Oct 2025 19:00:35 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.15 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index fca602f..09e55fc 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.15", + "io.circe" %% "circe-generic" % "0.14.15", + "io.circe" %% "circe-parser" % "0.14.15", "org.mockito" % "mockito-core" % "5.14.2" % Test, "org.scalatest" %% "scalatest" % "3.2.19" % Test ),