From 159a1d3571fd6d5a8dbbb1c1cbbd8b7190c4fc25 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 18 Jun 2024 00:25:02 +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 69653487a..7583f536e 100644 --- a/build.sbt +++ b/build.sbt @@ -118,7 +118,7 @@ val testServerSettings = Seq( } ) -val circeVersion: String = "0.14.7" +val circeVersion: String = "0.14.8" val jsoniterVersion = "2.30.1"