From 0231db1c19805d1b989c6657de111f481e3b19f7 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Sun, 5 Nov 2023 07:58:15 +0100 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.6 (#278) --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 79e3269..8610996 100644 --- a/build.sbt +++ b/build.sbt @@ -62,9 +62,9 @@ lazy val root = Project("sbt-coveralls", file(".")) "com.fasterxml.jackson.core" % "jackson-core" % "2.15.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.5", - "io.circe" %% "circe-generic" % "0.14.5", - "io.circe" %% "circe-parser" % "0.14.5", + "io.circe" %% "circe-core" % "0.14.6", + "io.circe" %% "circe-generic" % "0.14.6", + "io.circe" %% "circe-parser" % "0.14.6", "org.mockito" % "mockito-core" % "5.4.0" % Test, "org.scalatest" %% "scalatest" % "3.2.16" % Test ),