From cbfca981488dab59686840af260a050773238337 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 26 Jun 2026 16:47:21 +0000 Subject: [PATCH] Update circe-core, circe-generic, ... to 0.14.16 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b73f193..904efe3 100644 --- a/build.sbt +++ b/build.sbt @@ -69,7 +69,7 @@ lazy val cassandraDependencies = Seq( scalatest % Test ) -val circeVersion = "0.14.15" +val circeVersion = "0.14.16" lazy val jsonCirceDependencies = Seq( "io.circe" %% "circe-core",