From 18a43b2899b47997ebfadf911b3c726c1e299cf5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 3 Oct 2024 17:16:09 +0200 Subject: [PATCH] Update circe-core, circe-parser to 0.14.10 (#88) --- project.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.scala b/project.scala index 391d05e..b57e738 100644 --- a/project.scala +++ b/project.scala @@ -5,8 +5,8 @@ //> using dep "com.softwaremill.sttp.client4::circe::4.0.0-M16" //> using dep "com.softwaremill.sttp.client4::cats::4.0.0-M16" //> using dep "io.chrisdavenport::rediculous::0.5.1" -//> using dep "io.circe::circe-core::0.14.9" -//> using dep "io.circe::circe-parser::0.14.9" +//> using dep "io.circe::circe-core::0.14.10" +//> using dep "io.circe::circe-parser::0.14.10" //> using dep "org.legogroup::woof-core::0.7.0" //> using dep "com.monovore::decline-effect::2.4.1" //> using dep "eu.timepit::fs2-cron-cron4s:0.9.0"