From a2a713114c650f87c6bd6df45085e9481e27d2dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 24 Jun 2024 12:22:55 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 07fdfdd..93b28f3 100644 --- a/build.sbt +++ b/build.sbt @@ -36,7 +36,7 @@ ThisBuild / githubWorkflowBuild := Seq( ) val catsVersion = "2.7.0" -val circeVersion = "0.14.1" +val circeVersion = "0.14.8" val scalaMetaVersion = "4.5.1" val commonSettings = Seq(